On Mon, Nov 11, 2013 at 08:30:48PM +0000, Myklebust, Trond wrote: > > diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig > > index b5e80b0..f731180 100644 > > --- a/fs/nfs/Kconfig > > +++ b/fs/nfs/Kconfig > > @@ -116,17 +116,17 @@ config NFS_V4_2 > > config PNFS_FILE_LAYOUT > > tristate > > depends on NFS_V4_1 > > - default m > > + default NFS_FS > > Shouldn?t that really be > default NFS_V4 > in order to get the dependency right? The current Kconfig does allow you to have nfs built in, while leaving NFSv4 as a module. Probably should. For some reason I had NFS_V4_1 in mind as a bool. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html