diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 38dc5f3e9dd3..5f8081c38032 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -2941,7 +2941,7 @@ static ssize_t ext4_ext_direct_IO(int rw, struct kiocb *iocb, | |||
2941 | ext4_get_block_write, | 2941 | ext4_get_block_write, |
2942 | ext4_end_io_dio, | 2942 | ext4_end_io_dio, |
2943 | NULL, | 2943 | NULL, |
2944 | DIO_LOCKING | DIO_SKIP_HOLES); | 2944 | DIO_LOCKING); |
2945 | if (iocb->private) | 2945 | if (iocb->private) |
2946 | EXT4_I(inode)->cur_aio_dio = NULL; | 2946 | EXT4_I(inode)->cur_aio_dio = NULL; |
2947 | /* | 2947 | /* |