commit | b7435db8b8d11df94453708295c2ea5b09caff5f | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Wed Jan 10 11:34:27 2018 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jan 10 12:36:02 2018 -0700 |
tree | d86bd3372a7b0b57acaf34da373a29d8ac71f642 | |
parent | 0478fe68685a428c71decc19abecd265a6d658dd [diff] |
blk-mq: Add locking annotations to hctx_lock() and hctx_unlock() This patch avoids that sparse reports the following: block/blk-mq.c:637:33: warning: context imbalance in 'hctx_unlock' - unexpected unlock block/blk-mq.c:642:9: warning: context imbalance in 'hctx_lock' - wrong count at exit Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>