]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
enable building user namespace with xfs
authorDwight Engen <dwight.engen@oracle.com>
Thu, 15 Aug 2013 18:08:04 +0000 (14:08 -0400)
committerBen Myers <bpm@sgi.com>
Thu, 15 Aug 2013 19:27:22 +0000 (14:27 -0500)
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
init/Kconfig

index 247084be059030162838199c953ebac6409f7e01..a7bcd87ca384c3751d30f4229e961e7400ef0b9e 100644 (file)
@@ -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,20 +1139,8 @@ 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
        help
         While the nececessary conversions are being added to all subsystems this option allows