commit | 288b12ed3180530fac7d6598afd3449ec9cdfdb8 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu May 24 15:04:28 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu May 24 15:04:28 2018 -0600 |
tree | 0106698b68c18815527d5c6239a7ce5f08dc6a06 | |
parent | 1b4ad27447f90ff04e22f5ee1a25cf9f2ca60d16 [diff] |
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>