commit | 097d4cc8fde898334569271c9b3e24d99788ade0 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Mon Aug 28 15:17:31 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:12 2023 -0400 |
tree | a119b64a2346e3f611e1bd540dce22b90d86cf0b | |
parent | cba37d81f5c34197e815bcd60f075be232ae6783 [diff] |
bcachefs: Fix snapshot_skiplist_good() We weren't correctly checking snapshot skiplist nodes - we were checking if they were in the same tree, not if they were an actual ancestor. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>