]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: use right helpers for file assign locking
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 18 Apr 2022 19:51:11 +0000 (20:51 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Apr 2022 00:02:52 +0000 (18:02 -0600)
commit93f052cb39e1f8c7a002e2ecbc7f45f354dcf0c7
tree55486463bc2a92c7893013aaf0c932374fc94ca9
parenta6d97a8a77cb66cbbf6a5afc6708b1c2f5b00ca2
io_uring: use right helpers for file assign locking

We have io_ring_submit_[un]lock() functions helping us with conditional
->uring_lock locking, use them in io_file_get_fixed() instead of hand
coding.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/c9c9ff1e046f6eb68da0a251962a697f8a2275fa.1650311386.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c