io_uring: add missing item types for splice request
authorBing-Jhong Billy Jheng <billy@starlabs.sg>
Thu, 15 Dec 2022 14:43:56 +0000 (06:43 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Dec 2022 11:27:31 +0000 (12:27 +0100)
commit75454b4bbfc7e6a4dd8338556f36ea9107ddf61a
treedcacfc61420dec7d226f069709c8eaabfe2ee92b
parent17f386e6b7695afdb10474431dfd754c92feaedd
io_uring: add missing item types for splice request

Splice is like read/write and should grab current->nsproxy, denoted by
IO_WQ_WORK_FILES as it refers to current->files as well

Signed-off-by: Bing-Jhong Billy Jheng <billy@starlabs.sg>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/io_uring.c