Skip to content
Commit 728f13e7 authored by Jens Axboe's avatar Jens Axboe
Browse files

io-wq: remove nr_process accounting



We're now just using fork like we would from userspace, so there's no
need to try and impose extra restrictions or accounting on the user
side of things. That's already being done for us. That also means we
don't have to pass in the user_struct anymore, that's correctly inherited
through ->creds on fork.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1c0aa1fa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment