]> www.infradead.org Git - users/dwmw2/linux.git/commit
hostfs: Do not propagate hostfs parameter to kernel
authorTiwei Bie <tiwei.btw@antgroup.com>
Fri, 11 Oct 2024 04:04:38 +0000 (12:04 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 07:52:49 +0000 (09:52 +0200)
commitd26627b2c7b50c0b8a5ee3cafa7a3e3913c25a92
tree3f9feec1993270a7f87b06499a331fefc5a25a13
parent45aa6026d16792bedf5be5aaf70b2779cc608a28
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>
fs/hostfs/hostfs_kern.c