io_uring: remove obsolete @mm_fault
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 11 Apr 2020 23:05:01 +0000 (02:05 +0300)
committerJens Axboe <axboe@kernel.dk>
Sun, 12 Apr 2020 14:46:30 +0000 (08:46 -0600)
commitdccc587f6c07ccc734588226fdf62f685558e89f
tree4bc1526e17704f4272b68097c54c905e46fc8845
parent5b8b9d0c6d0e0f1993c6c56deaf9646942c49d94
io_uring: remove obsolete @mm_fault

If io_submit_sqes() can't grab an mm, it fails and exits right away.
There is no need to track the fact of the failure. Remove @mm_fault.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c