diff options
-rw-r--r-- | fs/btrfs/tree-log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 46b7b57650ab..c2d887566400 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -589,6 +589,7 @@ static noinline int replay_one_extent(struct btrfs_trans_handle *trans, | |||
589 | ins.objectid, ins.offset, | 589 | ins.objectid, ins.offset, |
590 | 0, root->root_key.objectid, | 590 | 0, root->root_key.objectid, |
591 | key->objectid, offset); | 591 | key->objectid, offset); |
592 | BUG_ON(ret); | ||
592 | } else { | 593 | } else { |
593 | /* | 594 | /* |
594 | * insert the extent pointer in the extent | 595 | * insert the extent pointer in the extent |