]> git.dujemihanovic.xyz Git - linux.git/commit
bcachefs: Fix reattach_inode()
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 28 Sep 2024 06:44:12 +0000 (02:44 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 5 Oct 2024 00:25:31 +0000 (20:25 -0400)
commit20826fe6b810bce3efba9ef5d74cf13ebe5f23d9
treee295779db0127962dab00b603df7b9e88b2bc22e
parent6b63a948a73ba3df0fb3ab0c44807df344bc5bbf
bcachefs: Fix reattach_inode()

Ensure a copy of the lost+found inode exists in the snapshot that we're
reattaching, so that we don't trigger warnings in
lookup_inode_for_snapshot() later.

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