summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-11-13 16:48:44 -0700
committerJens Axboe <axboe@kernel.dk>2020-11-14 10:22:30 -0700
commit944d1444d53f5a213457e5096db370cfd06923d4 (patch)
tree3fcded51bd23c96fa0499124b8079dee6ef15be1 /mm
parent8d4c3e76e3be11a64df95ddee52e99092d42fc19 (diff)
io_uring: handle -EOPNOTSUPP on path resolution
Any attempt to do path resolution on /proc/self from an async worker will yield -EOPNOTSUPP. We can safely do that resolution from the task itself, and without blocking, so retry it from there. Ideally io_uring would know this upfront and not have to go through the worker thread to find out, but that doesn't currently seem feasible. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions