mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
Btrfs: update comments in cache_save_setup
We also don't bother to flush free space cache while with free space tree. Cc: David Sterba <dsterba@suse.cz> Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
539b50d2f6
commit
1a79c1f246
@ -3443,7 +3443,8 @@ again:
|
||||
/*
|
||||
* don't bother trying to write stuff out _if_
|
||||
* a) we're not cached,
|
||||
* b) we're with nospace_cache mount option.
|
||||
* b) we're with nospace_cache mount option,
|
||||
* c) we're with v2 space_cache (FREE_SPACE_TREE).
|
||||
*/
|
||||
dcs = BTRFS_DC_WRITTEN;
|
||||
spin_unlock(&block_group->lock);
|
||||
|
Loading…
Reference in New Issue
Block a user