diff options
author | John Garry <[email protected]> | 2024-06-14 09:03:44 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-06-16 15:30:26 -0600 |
commit | c3042a5403ef2be622023fcc3b11fc1aa08ba7fa (patch) | |
tree | b30fd36fd7e8d144b1cc1914cd7499e05f3fee44 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | d9c2332199d073c5edd7163d64fbdee6224d8c08 (diff) |
block: Drop locking annotation for limits_lock
Currently compiling block/blk-settings.c with C=1 gives the following
warning:
block/blk-settings.c:262:9: warning: context imbalance in 'queue_limits_commit_update' - wrong count at exit
request_queue.limits_lock is a mutex. Sparse locking annotation for
mutexes are currently not supported - see [0] - so drop that locking
annotation.
[0] https://lore.kernel.org/lkml/[email protected]/T/#mbb8bda6c0a7ca7ce19f46df976a8e3b489745488
Fixes: d690cb8ae14bd ("block: add an API to atomically update queue limits")
Signed-off-by: John Garry <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions