io_uring: don't check file ops of registered rings
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 25 Jun 2022 10:53:01 +0000 (11:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:16 +0000 (18:39 -0600)
commit3273c4407acd4348b1531e1f860fbf1da942893b
tree8ca772565e74ef05f30a849e5a697fbff50880a2
parentad8b261d837400cb7ccc339e81d7c35ab018acd8
io_uring: don't check file ops of registered rings

Registered rings are per definitions io_uring files, so we don't need to
additionally verify them.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/425cd64fd885b8e329a46c205ee811987691baaf.1656153286.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c