commit | 416cc426c0d79c65d85de52d3548a32de06ab3e8 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@gmail.com> | Tue Jul 12 09:11:52 2022 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:09:35 2023 -0400 |
tree | 5092a13fb5084bc3498cc331a53d067d06d0aa21 | |
parent | e68914ca849fa51167e2136ad9f6b43c22956d3c [diff] |
bcachefs: Fix snapshot deletion Snapshots being deleted won't in general have a corresponding subvolume: this fixes a spurious fsck error where we'd complain about a snapshot pointing to a missing subvolume - but the subvolume had been deleted, and the snapshot was pending deletion as well. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>