Message ID | 20161005122306.3530-3-dsterba@suse.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 4071fe2bd098..2b852ca4fea5 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -2076,10 +2076,6 @@ static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf) u64 thresh = 0; int mixed = 0; - /* - * holding chunk_mutex to avoid allocating new chunks, holding - * device_list_mutex to avoid the device being removed - */ rcu_read_lock(); list_for_each_entry_rcu(found, head, list) { if (found->flags & BTRFS_BLOCK_GROUP_DATA) {
Signed-off-by: David Sterba <dsterba@suse.com> --- fs/btrfs/super.c | 4 ---- 1 file changed, 4 deletions(-)