io_uring: move io_uring_rsrc_update2 validation
authorDylan Yudaken <dylany@fb.com>
Tue, 12 Apr 2022 16:30:39 +0000 (09:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 12 Apr 2022 16:46:54 +0000 (10:46 -0600)
commit565c5e616e8061b40a2e1d786c418a7ac3503a8d
treea993753c83c96d7060b89267c763754e6229e0ad
parent0f8da75b51ac863b9435368bd50691718cc454b0
io_uring: move io_uring_rsrc_update2 validation

Move validation to be more consistently straight after
copy_from_user. This is already done in io_register_rsrc_update and so
this removes that redundant check.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220412163042.2788062-2-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c