diff options
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r-- | fs/btrfs/ctree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index f691542dfa15..54a5d006c562 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
@@ -463,6 +463,7 @@ static int check_leaf(struct btrfs_root *root, struct btrfs_path *path, | |||
463 | static int check_block(struct btrfs_root *root, struct btrfs_path *path, | 463 | static int check_block(struct btrfs_root *root, struct btrfs_path *path, |
464 | int level) | 464 | int level) |
465 | { | 465 | { |
466 | return 0; | ||
466 | #if 0 | 467 | #if 0 |
467 | struct extent_buffer *buf = path->nodes[level]; | 468 | struct extent_buffer *buf = path->nodes[level]; |
468 | 469 | ||