On Wed, 02 Aug 2023 17:41:19 +0200, Christoph Hellwig wrote: > this series sits on top of the vfs.super branch in the VFS tree and does a > few closely related things: > > 1) it also converts nilfs2 and btrfs to the new scheme where the file system > only opens the block devices after we know that a new super_block was > allocated. > 2) it then makes sure that for all file system openers the super_block is > stored in bd_holder, and makes use of that fact in the mark_dead method > so that it doesn't have to fall get_super and thus can also work on > block devices that sb->s_bdev doesn't point to > 3) it then drops the fs-specific holder ops in ext4 and xfs and uses the > generic fs_holder_ops there > > [...] Let's pick this up now so it still has ample time in -next even though we're still missing a nod from the btrfs people. The nilfs to mount_bdev() conversion is probably not super urgent but if wanted a follow-up patch won't be frowned upon. --- Applied to the vfs.super branch of the vfs/vfs.git tree. Patches in the vfs.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.super [01/12] fs: export setup_bdev_super https://git.kernel.org/vfs/vfs/c/71c00ec51d83 [02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code https://git.kernel.org/vfs/vfs/c/c820df38784a [03/12] btrfs: always open the device read-only in btrfs_scan_one_device https://git.kernel.org/vfs/vfs/c/75029e14cea6 [04/12] btrfs: open block devices after superblock creation https://git.kernel.org/vfs/vfs/c/364820697dbb [05/12] ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust https://git.kernel.org/vfs/vfs/c/4cf66c030db1 [06/12] fs: use the super_block as holder when mounting file systems https://git.kernel.org/vfs/vfs/c/c0188baf8f7e [07/12] fs: stop using get_super in fs_mark_dead https://git.kernel.org/vfs/vfs/c/2a8402f9db25 [08/12] fs: export fs_holder_ops https://git.kernel.org/vfs/vfs/c/ee62b0ec9ff8 [09/12] ext4: drop s_umount over opening the log device https://git.kernel.org/vfs/vfs/c/644ab8c64a12 [10/12] ext4: use fs_holder_ops for the log device https://git.kernel.org/vfs/vfs/c/fba3de1aad77 [11/12] xfs: drop s_umount over opening the log and RT devices https://git.kernel.org/vfs/vfs/c/9470514a171c [12/12] xfs use fs_holder_ops for the log and RT devices https://git.kernel.org/vfs/vfs/c/c6fb2ed736e3