]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: fsck: Fix reattach_inode() for subvol roots
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 16 Jun 2025 18:41:27 +0000 (14:41 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 16 Jun 2025 23:04:59 +0000 (19:04 -0400)
commit9fb09ace59b2beab312ec225630ce87ddbec6d79
tree6bd7571d04b5f2ed554e408b673b695b2965511c
parentc1ca07a4dd1a1ab17ed651729c37b04af9f75ee8
bcachefs: fsck: Fix reattach_inode() for subvol roots

bch_subvolume.fs_path_parent needs to be updated as well, it should
match inode.bi_parent_subvol.

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