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 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html