From: Eric W. Biederman Date: Mon, 23 Sep 2013 21:41:17 +0000 (-0700) Subject: sysfs: Allow mounting without CONFIG_NET X-Git-Tag: v3.12-rc3~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730d7d339884f20da28b59bf6f0a16af6400a113;p=pandora-kernel.git sysfs: Allow mounting without CONFIG_NET In kobj_ns_current_may_mount the default should be to allow the mount. The test is only for a single kobj_ns_type at a time, and unless there is a reason to prevent it the mounting sysfs should be allowed. Subsystems that are not registered can't have are not involved so can't have a reason to prevent mounting sysfs. This is a bug-fix to commit 7dc5dbc879bd ("sysfs: Restrict mounting sysfs") that came in via the userns tree during the 3.12 merge window. Reported-and-tested-by: James Hogan Signed-off-by: "Eric W. Biederman" Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed