]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: add missing annotation for btrfs_lock_cluster()
authorJules Irenge <jbi.octave@gmail.com>
Tue, 31 Mar 2020 20:46:41 +0000 (21:46 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:16 +0000 (11:25 +0200)
commit64ec8a3619a88cdefdd1ea528a2445a07e5ac361
tree6ae466d53bbf70114d51b3d6784203fb2d67ba7e
parent31b75868ec8696d26171fcdccb1fb9c4854692d0
btrfs: add missing annotation for btrfs_lock_cluster()

Sparse reports a warning at btrfs_lock_cluster()

warning: context imbalance in btrfs_lock_cluster()
- wrong count

The root cause is the missing annotation at btrfs_lock_cluster()
Add the missing __acquires(&cluster->refill_lock) annotation.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c