commit | bf9c2f1cdcc718b6d2d41172f6ca005fe22cc7ff | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Apr 12 02:05:02 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Apr 12 08:46:30 2020 -0600 |
tree | 3cf6b7cd0f583c4f22afd609e5f2776c0997ee02 | |
parent | dccc587f6c07ccc734588226fdf62f685558e89f [diff] |
io_uring: track mm through current->mm As a preparation for extracting request init bits, remove self-coded mm tracking from io_submit_sqes(), but rely on current->mm. It's more convenient, than passing this piece of state in other functions. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>