diff options
Diffstat (limited to 'fs/ext2/inode.c')
-rw-r--r-- | fs/ext2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index df9d6afbc5d5..3cbeb1b63acf 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c | |||
@@ -864,7 +864,7 @@ ext2_direct_IO(int rw, struct kiocb *iocb, struct iov_iter *iter, | |||
864 | ret = dax_do_io(rw, iocb, inode, iter, offset, ext2_get_block, | 864 | ret = dax_do_io(rw, iocb, inode, iter, offset, ext2_get_block, |
865 | NULL, DIO_LOCKING); | 865 | NULL, DIO_LOCKING); |
866 | else | 866 | else |
867 | ret = blockdev_direct_IO(rw, iocb, inode, iter, offset, | 867 | ret = blockdev_direct_IO(iocb, inode, iter, offset, |
868 | ext2_get_block); | 868 | ext2_get_block); |
869 | if (ret < 0 && (rw & WRITE)) | 869 | if (ret < 0 && (rw & WRITE)) |
870 | ext2_write_failed(mapping, offset + count); | 870 | ext2_write_failed(mapping, offset + count); |