• Jens Axboe's avatar
    io-wq: remove nr_process accounting · 728f13e7
    Jens Axboe authored
    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>
    728f13e7
io-wq.h 3.19 KB