From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id D734129DFB for ; Thu, 1 Aug 2013 21:47:25 -0500 (CDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by relay2.corp.sgi.com (Postfix) with ESMTP id C139F304039 for ; Thu, 1 Aug 2013 19:47:25 -0700 (PDT) Received: from song.cn.fujitsu.com (cn.fujitsu.com [222.73.24.84]) by cuda.sgi.com with ESMTP id Wvx7hJwysVDrbUiR for ; Thu, 01 Aug 2013 19:47:23 -0700 (PDT) Message-ID: <51FB1E0E.90000@cn.fujitsu.com> Date: Fri, 02 Aug 2013 10:48:46 +0800 From: Gao feng MIME-Version: 1.0 Subject: Re: [PATCH v8 7/7] enable building user namespace with xfs References: <20130801113025.5d579a28@oracle.com> In-Reply-To: <20130801113025.5d579a28@oracle.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Dwight Engen Cc: xfs@oss.sgi.com On 08/01/2013 11:30 PM, Dwight Engen wrote: > Signed-off-by: Dwight Engen > --- looks good to me, thanks :) Reviewed-by: Gao feng > init/Kconfig | 13 ------------- > 1 file changed, 13 deletions(-) > > diff --git a/init/Kconfig b/init/Kconfig > index 247084b..a7bcd87 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,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 > _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs