diff options
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r-- | fs/btrfs/ctree.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 3c7891cf0d72..c92c6b0ee582 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
@@ -2025,8 +2025,10 @@ again: | |||
2025 | root->root_key.objectid, | 2025 | root->root_key.objectid, |
2026 | root_gen, disk_key.objectid, 0, | 2026 | root_gen, disk_key.objectid, 0, |
2027 | l->start, 0); | 2027 | l->start, 0); |
2028 | if (IS_ERR(right)) | 2028 | if (IS_ERR(right)) { |
2029 | BUG_ON(1); | ||
2029 | return PTR_ERR(right); | 2030 | return PTR_ERR(right); |
2031 | } | ||
2030 | 2032 | ||
2031 | memset_extent_buffer(right, 0, 0, sizeof(struct btrfs_header)); | 2033 | memset_extent_buffer(right, 0, 0, sizeof(struct btrfs_header)); |
2032 | btrfs_set_header_bytenr(right, right->start); | 2034 | btrfs_set_header_bytenr(right, right->start); |