• J
    io_uring: clean up io_kill_linked_timeout() locking · ab0b6451
    Jens Axboe 提交于
    Avoid jumping through hoops to silence unused variable warnings, and
    also fix sparse rightfully complaining about the locking context:
    
    fs/io_uring.c:1593:39: warning: context imbalance in 'io_kill_linked_timeout' - unexpected unlock
    
    Provide the functional helper as __io_kill_linked_timeout(), and have
    separate the locking from it.
    Signed-off-by: NJens Axboe <axboe@kernel.dk>
    ab0b6451
io_uring.c 202.0 KB