io_uring: clean all flags in io_clean_op() at once
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 17 Jun 2021 17:14:04 +0000 (18:14 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 Jun 2021 15:22:02 +0000 (09:22 -0600)
commitc854357bc1b965e1e261c612d5be1297dfb3e406
tree1d4b0722c9a98576e3fbf4ed5a2499a3d1886b0d
parent1dacb4df4ebe61ec2005d7ab82ee38ffa7125ee7
io_uring: clean all flags in io_clean_op() at once

Clean all flags in io_clean_op() in the end in one operation, will save
us a couple of operation and binary size.

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