Btrfs: many allocator fixes, pretty solid
[linux-2.6-block.git] / fs / btrfs / bit-radix.h
index 56aad4c7d7f76fc9d5cdf1002ec3aa5d33b82272..4e717e30db4f0e1ce41595a41ed836b68f6465fe 100644 (file)
@@ -6,7 +6,7 @@ int set_radix_bit(struct radix_tree_root *radix, unsigned long bit);
 int test_radix_bit(struct radix_tree_root *radix, unsigned long bit);
 int clear_radix_bit(struct radix_tree_root *radix, unsigned long bit);
 int find_first_radix_bit(struct radix_tree_root *radix, unsigned long *retbits,
-                        int nr);
+                        unsigned long start, int nr);
 
 static inline void init_bit_radix(struct radix_tree_root *radix)
 {