forked from luck/tmp_suning_uos_patched
btrfs: remove stale comment from btrfs_statfs
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
926b92335a
commit
5d9dbe617a
|
@ -2086,10 +2086,6 @@ static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf)
|
||||||
u64 thresh = 0;
|
u64 thresh = 0;
|
||||||
int mixed = 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();
|
rcu_read_lock();
|
||||||
list_for_each_entry_rcu(found, head, list) {
|
list_for_each_entry_rcu(found, head, list) {
|
||||||
if (found->flags & BTRFS_BLOCK_GROUP_DATA) {
|
if (found->flags & BTRFS_BLOCK_GROUP_DATA) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user