commit | 4840e418c2fc533d55ff6caa5b9313eed1d26cfd | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Dec 25 22:03:45 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:04:01 2020 -0700 |
tree | 1b6d5a0beff075c67781f1da081ddfbdad3e3b5a | |
parent | ba04291eb66ed895f194ae5abd3748d72bf8aaea [diff] |
io_uring: add IORING_OP_FADVISE This adds support for doing fadvise through io_uring. We assume that WILLNEED doesn't block, but that DONTNEED may block. Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>