btrfs: switch btrfs_backref_cache::is_reloc to bool
[linux-2.6-microblaze.git] / fs / btrfs / backref.c
index 0cde873..0dc91bf 100644 (file)
@@ -3001,7 +3001,7 @@ int btrfs_backref_iter_next(struct btrfs_backref_iter *iter)
 }
 
 void btrfs_backref_init_cache(struct btrfs_fs_info *fs_info,
-                             struct btrfs_backref_cache *cache, int is_reloc)
+                             struct btrfs_backref_cache *cache, bool is_reloc)
 {
        int i;