aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-04-24 19:28:49 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-04-24 19:28:49 -0700
commit11b32219cba462b1e12cfd91069ba82574bc2dcc (patch)
treeb3482b3714499770ce25ec1e403260d52674aed9 /fs/ocfs2
parent0e497ad5255069b2d394168568790d26bbc8d365 (diff)
parent0aaf08de8426f823bd0e36797445222e6392e374 (diff)
downloadlinux-11b32219cba462b1e12cfd91069ba82574bc2dcc.tar.gz
Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull legacy dio cleanup from Al Viro. * tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: __blockdev_direct_IO(): get rid of submit_io callback
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/aops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c
index 0394505fdce3f..8dfc284e85f09 100644
--- a/fs/ocfs2/aops.c
+++ b/fs/ocfs2/aops.c
@@ -2463,7 +2463,7 @@ static ssize_t ocfs2_direct_IO(struct kiocb *iocb, struct iov_iter *iter)
return __blockdev_direct_IO(iocb, inode, inode->i_sb->s_bdev,
iter, get_block,
- ocfs2_dio_end_io, NULL, 0);
+ ocfs2_dio_end_io, 0);
}
const struct address_space_operations ocfs2_aops = {