]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: fsck: Fix remove_backpointer() for subvol roots
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 16 Jun 2025 18:15:28 +0000 (14:15 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 16 Jun 2025 23:04:54 +0000 (19:04 -0400)
commitc1ca07a4dd1a1ab17ed651729c37b04af9f75ee8
tree7be039eab20818ecb3e28543c15009d04464043f
parent7029cc4d13453499a88f512720d26c1a0c4e957b
bcachefs: fsck: Fix remove_backpointer() for subvol roots

The dirent will be in a different snapshot if the inode is a subvolume
root.

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