* [PATCH v5 7/7] enable building user namespace with xfs
@ 2013-07-24 4:53 Dwight Engen
0 siblings, 0 replies; only message in thread
From: Dwight Engen @ 2013-07-24 4:53 UTC (permalink / raw)
To: xfs
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
---
init/Kconfig | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index 247084b..a380f12 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1106,7 +1106,6 @@ config IPC_NS
config USER_NS
bool "User namespace"
- depends on UIDGID_CONVERTED
select UIDGID_STRICT_TYPE_CHECKS
default n
@@ -1140,21 +1139,9 @@ config NET_NS
endif # NAMESPACES
-config UIDGID_CONVERTED
- # True if all of the selected software conmponents are known
- # to have uid_t and gid_t converted to kuid_t and kgid_t
- # where appropriate and are otherwise safe to use with
- # the user namespace.
- bool
- default y
-
- # Filesystems
- depends on XFS_FS = n
-
config UIDGID_STRICT_TYPE_CHECKS
bool "Require conversions between uid/gids and their internal representation"
- depends on UIDGID_CONVERTED
- default n
+ default y
help
While the nececessary conversions are being added to all subsystems this option allows
the code to continue to build for unconverted subsystems.
--
1.8.1.4
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-24 4:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 4:53 [PATCH v5 7/7] enable building user namespace with xfs Dwight Engen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.