Commit 0f6f8f76 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix missing error check in journal_entry_btree_keys_validate()

parent f49d2c98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -415,6 +415,8 @@ static int journal_entry_btree_keys_validate(struct bch_fs *c,
					       flags|BCH_VALIDATE_journal);
		if (ret == FSCK_DELETED_KEY)
			continue;
		else if (ret)
			return ret;

		k = bkey_next(k);
	}