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>
Thu, 15 Oct 2020 17:50:09 +0000 (11:50 -0600)
commit3eae5bbc4904f5a861e5c29d7348af2775d528fb
tree9e523c4b395cd968790a32553e4e979f210bf308
parente87bb80894ba88b852ad3d8898bdbb80de71d789
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