commit | 20d3a518713e394efa5a899c84574b4b79ec5098 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Sun Mar 18 17:36:32 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Mar 18 20:15:20 2018 -0600 |
tree | 0bc217f13a24fd741e6778c58446ec79ef169bac | |
parent | 42361469ae84c851e40cb1f94c8c9a14cdd94039 [diff] |
bcache: Reduce the number of sparse complaints about lock imbalances Add more annotations for sparse to inform it about which functions do not have the same number of spin_lock() and spin_unlock() calls. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Michael Lyle <mlyle@lyle.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>