io_uring: add timeout completion_lock annotation
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 13 Apr 2021 01:58:41 +0000 (02:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Apr 2021 15:37:54 +0000 (09:37 -0600)
commit8c855885b8b35af24f45cdd288a9b6ba6274a8ac
treeb4166401471c8cc7aa285cd84a0d562f7b4bc850
parent9d8058926be7008c1dd49a4e5fb33044f17873c1
io_uring: add timeout completion_lock annotation

Add one more sparse locking annotation for readability in
io_kill_timeout().

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