btrfs: assert commit root semaphore is held when accessing backref cache
authorFilipe Manana <fdmanana@suse.com>
Tue, 17 Jan 2023 11:21:38 +0000 (11:21 +0000)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Feb 2023 18:38:50 +0000 (19:38 +0100)
commit4e4488d4efd56951e6c1c0f60f1fc8e0f93b7964
tree27f8320f6c8f194a26b81d2494ff2a73d0a15623
parent2b5463fcbdfb24e898916bcae2b1359042d26963
btrfs: assert commit root semaphore is held when accessing backref cache

During fiemap, when accessing the cache that stores the sharedness of an
extent, we need to either be holding a transaction handle or the commit
root semaphore. I left comments about this in the comment that precedes
store_backref_shared_cache() and lookup_backref_shared_cache(), but have
actually not enforced it through assertions. So assert that the commit
root semaphore is held if we are not holding a transaction handle.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.c