]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/io_uring.c
io_uring: clean up io_uring_cancel_files()
authorBob Liu <bob.liu@oracle.com>
Wed, 13 Nov 2019 10:06:24 +0000 (18:06 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Nov 2019 02:41:01 +0000 (19:41 -0700)
commit2f6d9b9d6357ede64a29437676884ee263039910
treed99cdde5575546b4ef318c5edd76e02a9efdaa01
parente61df66c69b11bc050d233dc95714a6339192c28
io_uring: clean up io_uring_cancel_files()

We don't use the return value anymore, drop it. Also drop the
unecessary double cancel_req value check.

Signed-off-by: Bob Liu <bob.liu@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c