OSDN Git Service

io_uring: fix racy overflow count reporting
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 30 Jul 2020 15:43:47 +0000 (18:43 +0300)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Jul 2020 17:42:21 +0000 (11:42 -0600)
commitb2bd1cf99f3e7c8fbf12ea07af2c6998e1209e25
treedc16e00563bdc1880c78dddfa067d78e10e11cbe
parent81b68a5ca0ab5d92229a7b76332b9ce88bd6dbd1
io_uring: fix racy overflow count reporting

All ->cq_overflow modifications should be under completion_lock,
otherwise it can report a wrong number to the userspace. Fix it in
io_uring_cancel_files().

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c