Commit adc0e950 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Delete a faulty assertion

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 55d5276d
......@@ -319,7 +319,6 @@ static int journal_validate_key(struct bch_fs *c,
__btree_node_type(level, btree_id), write, &buf);
mustfix_fsck_err(c, "%s", buf.buf);
BUG();
le16_add_cpu(&entry->u64s, -((u16) k->k.u64s));
memmove(k, bkey_next(k), next - (void *) bkey_next(k));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment