On Mon, 14 Jul 2025 14:55:57 +0930, Qu Wenruo wrote: > Currently all filesystems which implement super_operations::shutdown() > can not afford losing a device. > > Thus fs_bdev_mark_dead() will just call the ->shutdown() callback for the > involved filesystem. > > But it will no longer be the case, as multi-device filesystems like > btrfs and bcachefs can handle certain device loss without the need to > shutdown the whole filesystem. > > [...] Applied to the vfs-6.17.super branch of the vfs/vfs.git tree. Patches in the vfs-6.17.super branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs-6.17.super [1/6] fs: add a new remove_bdev() callback https://git.kernel.org/vfs/vfs/c/d9c37a4904ec