]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
btrfs: remove stale comment from btrfs_statfs
authorDavid Sterba <dsterba@suse.com>
Wed, 5 Oct 2016 12:23:06 +0000 (14:23 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 30 Nov 2016 12:45:15 +0000 (13:45 +0100)
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c

index 74ed5aae6cea393755ee6968de0a1df20f689036..adec3a0b01d599e80096406f350dda8c0d17a275 100644 (file)
@@ -2086,10 +2086,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) {