summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-04-25 04:28:49 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2023-04-25 04:28:49 +0200
commit11b32219cba462b1e12cfd91069ba82574bc2dcc (patch)
treeb3482b3714499770ce25ec1e403260d52674aed9 /fs/ocfs2
parentMerge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
parent__blockdev_direct_IO(): get rid of submit_io callback (diff)
downloadlinux-11b32219cba462b1e12cfd91069ba82574bc2dcc.tar.xz
linux-11b32219cba462b1e12cfd91069ba82574bc2dcc.zip
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 0394505fdce3..8dfc284e85f0 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 = {