Commit 930cc237 authored by Andrew Morton's avatar Andrew Morton Committed by Steven Whitehouse

[GFS2] streamline-generic_file_-interfaces-and-filemap gfs fix

Fix GFS for streamline-generic_file_-interfaces-and-filemap.patch
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 9c9eb21e
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment