commit | 2e85abf053b99a6488f1b529d7aa3b8d7478adae | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri May 22 08:59:42 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 21 20:44:25 2020 -0600 |
tree | a26e6971c7cafc9e1faa17f2a40476acb8b9cf96 | |
parent | b63534c41e20b474483b4ddf47efc858c17352e0 [diff] |
mm: allow read-ahead with IOCB_NOWAIT set The read-ahead shouldn't block, so allow it to be done even if IOCB_NOWAIT is set in the kiocb. Acked-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>