]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: rename ->resize_lock
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 29 Nov 2024 13:34:22 +0000 (13:34 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Dec 2024 15:17:15 +0000 (08:17 -0700)
commit943d0609d0571af092dc13456cbca70351e4d20e
treea350ecfbb452bd9111fad45aa18d4601983d6538
parent4bbf9020becbfd8fc2c3da790855b7042fad455b
io_uring: rename ->resize_lock

->resize_lock is used for resizing rings, but it's a good idea to reuse
it in other cases as well. Rename it into mmap_lock as it's protects
from races with mmap.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/68f705306f3ac4d2fb999eb80ea1615015ce9f7f.1732886067.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c
io_uring/memmap.c
io_uring/register.c