io_uring: rely solely on work flags to determine personality.
authorJens Axboe <axboe@kernel.dk>
Wed, 14 Oct 2020 16:12:37 +0000 (10:12 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 17 Oct 2020 15:25:45 +0000 (09:25 -0600)
commitdfead8a8e2c494b947480bac90a6f9792f08bc12
tree9cf7e7f8783ca02f1982ce7c30a48d9f1f4c0f34
parent0f203765880c4416675726be558b65da4a7604e2
io_uring: rely solely on work flags to determine personality.

We solely rely on work->work_flags now, so use that for proper checking
and clearing/dropping of various identity items.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c
fs/io_uring.c