ext4: readpages() should submit IO as read-ahead
authorJens Axboe <axboe@kernel.dk>
Thu, 24 May 2018 21:04:28 +0000 (15:04 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jun 2018 01:01:09 +0000 (19:01 -0600)
commit199529f8305103c5b35d503b625cad5d91d18646
tree9d4d3281d680927e1a6163692aaab0dbdc5d6b55
parentaf6e1fde5a1a0f4c710346043298b7a62ab23881
ext4: readpages() should submit IO as read-ahead

a_ops->readpages() is only ever used for read-ahead. Ensure that we
pass this information down to the block layer.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/ext4/ext4.h
fs/ext4/inode.c
fs/ext4/readpage.c