]> git.baikalelectronics.ru Git - kernel.git/commit
fs: add batch and poll flags to the uring_cmd_iopoll() handler
authorJens Axboe <axboe@kernel.dk>
Fri, 2 Sep 2022 21:18:05 +0000 (15:18 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Sep 2022 16:30:43 +0000 (10:30 -0600)
commit7eab299699d8152912e1bdb309d8090253748af9
treee5c5c568a2c0c4457aca22efc5349a7a5b792889
parent8701912d9594f07eb9e764d01fa097d22e90c67b
fs: add batch and poll flags to the uring_cmd_iopoll() handler

We need the poll_flags to know how to poll for the IO, and we should
have the batch structure in preparation for supporting batched
completions with iopoll.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/ioctl.c
drivers/nvme/host/nvme.h
include/linux/fs.h
io_uring/rw.c