bcachefs: Don't issue transaction restart on key cache realloc
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 17 Oct 2022 11:32:57 +0000 (07:32 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:44 +0000 (17:09 -0400)
commitf83009cda309ca1012cc206102284802b86da70b
tree65fcb3d12a67add5b383a68d3dbee897c4bb02e6
parentef035f42a03888da62cbe29cd2132d78e5ba393a
bcachefs: Don't issue transaction restart on key cache realloc

This shouldn't be needed anymore, since we don't rely on the pointer
validity that this was guarding against anymore - we get a new good
reference and save it right after this function.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_update_leaf.c