diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-06-23 11:06:43 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-06-23 11:06:43 -0600 |
commit | 386e4fb6962b9f248a80f8870aea0870ca603e89 (patch) | |
tree | dcd043471434015e5286040a3c1151976a5755a3 /fs/xfs/xfs_trans_dquot.c | |
parent | e70b64a3f28b9f54602ae3e706b1dc1338de3df7 (diff) |
io_uring: use original request task for inflight tracking
In prior kernels, we did file assignment always at prep time. This meant
that req->task == current. But after deferring that assignment and then
pushing the inflight tracking back in, we've got the inflight tracking
using current when it should in fact now be using req->task.
Fixup that error introduced by adding the inflight tracking back after
file assignments got modifed.
Fixes: 9cae36a094e7 ("io_uring: reinstate the inflight tracking")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/xfs/xfs_trans_dquot.c')
0 files changed, 0 insertions, 0 deletions