From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH 4/4] Orangefs: wiring and misc Date: Thu, 01 Jan 2015 09:45:57 -0800 Message-ID: <54A587D5.2070607@infradead.org> References: <1420059225-6832-1-git-send-email-hubcap@logtruck.clemson.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: hubcap , viro@zeniv.linux.org.uk Return-path: Received: from casper.infradead.org ([85.118.1.10]:54673 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbbAARqA (ORCPT ); Thu, 1 Jan 2015 12:46:00 -0500 In-Reply-To: <1420059225-6832-1-git-send-email-hubcap@logtruck.clemson.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 12/31/14 12:53, hubcap wrote: > diff --git a/fs/orangefs/Kconfig b/fs/orangefs/Kconfig > new file mode 100644 > index 0000000..b600e08 > --- /dev/null > +++ b/fs/orangefs/Kconfig > @@ -0,0 +1,7 @@ > +config ORANGEFS_FS > + tristate "ORANGEFS (Powered by PVFS) support" > + select FS_POSIX_ACL > + default y > + help > + Orange is a parallel file system designed for use on high end > + computing (HEC) systems. Hi, You need to drop the "default y". That's not acceptable in the mainline kernel. -- ~Randy