On Wed, 02 Aug 2023 13:57:02 +0200, Christian Brauner wrote: > Summary > ======= > > This introduces FSCONFIG_CMD_CREATE_EXCL which will allows userspace to > implement something like mount -t ext4 --exclusive /dev/sda /B which > fails if a superblock for the requested filesystem does already exist: > > [...] Thank you all. --- 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 [1/4] super: remove get_tree_single_reconf() https://git.kernel.org/vfs/vfs/c/bd868d262fff [2/4] fs: add vfs_cmd_create() https://git.kernel.org/vfs/vfs/c/bcf7017a4241 [3/4] fs: add vfs_cmd_reconfigure() https://git.kernel.org/vfs/vfs/c/514d7988640b [4/4] fs: add FSCONFIG_CMD_CREATE_EXCL https://git.kernel.org/vfs/vfs/c/984f30e04bfd