commit | dfead8a8e2c494b947480bac90a6f9792f08bc12 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 14 10:12:37 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Oct 17 09:25:45 2020 -0600 |
tree | 9cf7e7f8783ca02f1982ce7c30a48d9f1f4c0f34 | |
parent | 0f203765880c4416675726be558b65da4a7604e2 [diff] |
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>