On Sat, 20 May 2023 15:23:32 +0800, Yihuan Pan wrote: > The split_fs_names() function takes a names parameter, but the function actually uses the root_fs_names global variable instead. This names parameter is not used in the function, so it can be safely removed. > > This change does not affect the functionality of split_fs_names() or any other part of the kernel. > > I fixed up the commit message as requested by Christoph. --- Applied to the vfs.misc branch of the vfs/vfs.git tree. Patches in the vfs.misc 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. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.misc [1/1] init: remove unused names parameter in split_fs_names() https://git.kernel.org/vfs/vfs/c/7f1d63536bee