diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-17 23:08:58 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-17 23:08:58 +0100 |
commit | 80c20d543d142ee54ec85259b77aaf0b83c32db5 (patch) | |
tree | 364017b2c001939bbb645dcc20d565c1f71b13a8 /fs/ocfs2/aops.c | |
parent | OMAP4: MCPDM: Register McPDM platform device (diff) | |
parent | omap: Remove DEBUG_FS dependency for mux name checking (diff) | |
download | linux-80c20d543d142ee54ec85259b77aaf0b83c32db5.tar.xz linux-80c20d543d142ee54ec85259b77aaf0b83c32db5.zip |
Merge branch 'omap-fixes-for-linus' into omap-for-linus
Diffstat (limited to 'fs/ocfs2/aops.c')
-rw-r--r-- | fs/ocfs2/aops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index 3dae4a13f6e4..7e9df11260f4 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c @@ -599,7 +599,7 @@ bail: return ret; } -/* +/* * ocfs2_dio_end_io is called by the dio core when a dio is finished. We're * particularly interested in the aio/dio case. Like the core uses * i_alloc_sem, we use the rw_lock DLM lock to protect io on one node from @@ -670,7 +670,7 @@ static ssize_t ocfs2_direct_IO(int rw, ret = blockdev_direct_IO_no_locking(rw, iocb, inode, inode->i_sb->s_bdev, iov, offset, - nr_segs, + nr_segs, ocfs2_direct_IO_get_blocks, ocfs2_dio_end_io); |