bcachefs: Fix missing error handling in bch2_subvolume_delete()
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 9 Aug 2022 17:47:03 +0000 (13:47 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:37 +0000 (17:09 -0400)
commit31301dd46975b2423fd38fc64bc58728d89dbcac
tree3efef4557d258cc861dd690077c67a9d7b214ca3
parent15f11c1aa8a98f3b6805d0b2a300a87ef0205d34
bcachefs: Fix missing error handling in bch2_subvolume_delete()

This fixes an assertion when the transaction has been unexpectedly
restarted.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/subvolume.c