]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/tree-defrag.c
Merge tag 'omap-for-v3.16/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / fs / btrfs / tree-defrag.c
index 76928ca97741c61ca4c65513266bbc15b2502d05..a63719cc95787e2c6c2c8e55c4d674de3f58e19b 100644 (file)
@@ -49,7 +49,7 @@ int btrfs_defrag_leaves(struct btrfs_trans_handle *trans,
                goto out;
        }
 
-       if (root->ref_cows == 0)
+       if (!test_bit(BTRFS_ROOT_REF_COWS, &root->state))
                goto out;
 
        if (btrfs_test_opt(root, SSD))