Skip to content

Commit d26627b

Browse files
btw616jmberg-intel
authored andcommitted
hostfs: Do not propagate hostfs parameter to kernel
This parameter is UML specific and is unknown to kernel. It should not be propagated to kernel, otherwise it will be passed to user space as an environment option by kernel with a warning like: Unknown kernel command line parameters "hostfs=/foo", will be passed to user space. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20241011040441.1586345-7-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 45aa602 commit d26627b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/hostfs/hostfs_kern.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static int __init hostfs_args(char *options, int *add)
5757
{
5858
char *ptr;
5959

60+
*add = 0;
6061
ptr = strchr(options, ',');
6162
if (ptr != NULL)
6263
*ptr++ = '\0';

0 commit comments

Comments
 (0)