]> git.ipfire.org Git - thirdparty/linux.git/commit
change the calling conventions for vfs_parse_fs_string()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jun 2025 15:37:30 +0000 (11:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 4 Sep 2025 19:20:51 +0000 (15:20 -0400)
commitb28f9eba12a4967eff6e8a1c0512f86f1ac7fa68
tree3cadc8b0cf0a2892db2eb9dcbd2b99d984df727d
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
change the calling conventions for vfs_parse_fs_string()

Absolute majority of callers are passing the 4th argument equal to
strlen() of the 3rd one.

Drop the v_size argument, add vfs_parse_fs_qstr() for the cases that
want independent length.

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
12 files changed:
Documentation/filesystems/mount_api.rst
Documentation/filesystems/porting.rst
drivers/gpu/drm/i915/gem/i915_gemfs.c
drivers/gpu/drm/v3d/v3d_gemfs.c
fs/afs/mntpt.c
fs/fs_context.c
fs/namespace.c
fs/nfs/fs_context.c
fs/nfs/namespace.c
fs/smb/client/fs_context.c
include/linux/fs_context.h
kernel/trace/trace.c