io_uring: move dropping of files into separate helper
authorJens Axboe <axboe@kernel.dk>
Mon, 12 Oct 2020 17:03:18 +0000 (11:03 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Nov 2020 11:45:35 +0000 (12:45 +0100)
commitdd1acc182c85633bebc222d14acaf3f816503f0d
tree6d38f1a3c791b338bb177f7b6c9bce2eeb9406a7
parentcecf78cc08906890fe03e2517254c32a2d6a7d33
io_uring: move dropping of files into separate helper

commit f573d384456b3025d3f8e58b3eafaeeb0f510784 upstream.

No functional changes in this patch, prep patch for grabbing references
to the files_struct.

Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/io_uring.c