Hi all, The mount interface will report an error for repeated mounting, but fsconfig seems to allow this. Why is that? Thanks. --- fs/fsopen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/fsopen.c b/fs/fsopen.c index 1aaf4cb2afb2..06a8711dd627 100644 --- a/fs/fsopen.c +++ b/fs/fsopen.c @@ -300,6 +300,7 @@ static int vfs_fsconfig_locked(struct fs_context *fc, int cmd, /** * sys_fsconfig - Set parameters and trigger actions on a context + * * @fd: The filesystem context to act upon * @cmd: The action to take * @_key: Where appropriate, the parameter key to set -- 2.33.0