diff options
Diffstat (limited to 'fs/btrfs/bit-radix.c')
-rw-r--r-- | fs/btrfs/bit-radix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/bit-radix.c b/fs/btrfs/bit-radix.c index a50a1c44eabd..783f54c2a16c 100644 --- a/fs/btrfs/bit-radix.c +++ b/fs/btrfs/bit-radix.c | |||
@@ -62,7 +62,6 @@ int clear_radix_bit(struct radix_tree_root *radix, unsigned long bit) | |||
62 | if (!bits) | 62 | if (!bits) |
63 | return 0; | 63 | return 0; |
64 | clear_bit(bit_slot, bits + 1); | 64 | clear_bit(bit_slot, bits + 1); |
65 | #if 0 | ||
66 | for (i = 1; i < BIT_ARRAY_BYTES / sizeof(unsigned long); i++) { | 65 | for (i = 1; i < BIT_ARRAY_BYTES / sizeof(unsigned long); i++) { |
67 | if (bits[i]) { | 66 | if (bits[i]) { |
68 | empty = 0; | 67 | empty = 0; |
@@ -74,7 +73,6 @@ int clear_radix_bit(struct radix_tree_root *radix, unsigned long bit) | |||
74 | BUG_ON(!bits); | 73 | BUG_ON(!bits); |
75 | kmem_cache_free(btrfs_bit_radix_cachep, bits); | 74 | kmem_cache_free(btrfs_bit_radix_cachep, bits); |
76 | } | 75 | } |
77 | #endif | ||
78 | return 0; | 76 | return 0; |
79 | } | 77 | } |
80 | 78 | ||