Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76954
b: refs/heads/master
c: 32c3c0e
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Mark Fasheh committed Jan 25, 2008
1 parent 07ed14e commit 1673709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2849fb294d92d6eee0a811c688f1ecb39d26800
refs/heads/master: 32c3c0e2e515197ad240f5104116254975e6bbce
2 changes: 2 additions & 0 deletions trunk/fs/ocfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -2233,6 +2233,7 @@ const struct inode_operations ocfs2_special_file_iops = {
};

const struct file_operations ocfs2_fops = {
.llseek = generic_file_llseek,
.read = do_sync_read,
.write = do_sync_write,
.mmap = ocfs2_mmap,
Expand All @@ -2251,6 +2252,7 @@ const struct file_operations ocfs2_fops = {
};

const struct file_operations ocfs2_dops = {
.llseek = generic_file_llseek,
.read = generic_read_dir,
.readdir = ocfs2_readdir,
.fsync = ocfs2_sync_file,
Expand Down

0 comments on commit 1673709

Please sign in to comment.