diff options
Diffstat (limited to 'fs/btrfs/relocation.c')
-rw-r--r-- | fs/btrfs/relocation.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 63cdd9246c70..d338df405e72 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c | |||
@@ -326,8 +326,7 @@ static struct rb_node *tree_search(struct rb_root *root, u64 bytenr) | |||
326 | return NULL; | 326 | return NULL; |
327 | } | 327 | } |
328 | 328 | ||
329 | void backref_tree_panic(struct rb_node *rb_node, int errno, | 329 | static void backref_tree_panic(struct rb_node *rb_node, int errno, u64 bytenr) |
330 | u64 bytenr) | ||
331 | { | 330 | { |
332 | 331 | ||
333 | struct btrfs_fs_info *fs_info = NULL; | 332 | struct btrfs_fs_info *fs_info = NULL; |