Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38878
b: refs/heads/master
c: 930cc23
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Steven Whitehouse committed Oct 2, 2006
1 parent 88fb47a commit 6b8e9ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c9eb21eee1790804ce407fd820f65be0b4fdd03
refs/heads/master: 930cc237d67dc62464fe71529631d16f51d7aee3
4 changes: 2 additions & 2 deletions trunk/fs/gfs2/ops_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,9 @@ static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl)

const struct file_operations gfs2_file_fops = {
.llseek = gfs2_llseek,
.read = generic_file_read,
.read = do_sync_read,
.aio_read = generic_file_aio_read,
.write = generic_file_write,
.write = do_sync_write,
.aio_write = generic_file_aio_write,
.unlocked_ioctl = gfs2_ioctl,
.mmap = gfs2_mmap,
Expand Down

0 comments on commit 6b8e9ae

Please sign in to comment.