aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2013-11-13 11:50:33 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-11-15 13:41:43 -0500
commit8c2fabc6542d9d0f8b16bd1045c2eda59bdcde13 (patch)
tree1d2cc1b59c73db8059fc69488f67cc1391bc4222 /fs
parent9e08ef1afb109c2059e7c1e4755fcafd9be37260 (diff)
nfs: fix pnfs Kconfig defaults
Defaulting to m seem to prevent building the pnfs layout modules into the kernel. Default to the value of CONFIG_NFS_V4 make sure they are built in for built-in NFSv4 support and modular for a modular NFSv4. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 38c1768b4142..3dece03f2fc8 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -116,17 +116,17 @@ config NFS_V4_2
116config PNFS_FILE_LAYOUT 116config PNFS_FILE_LAYOUT
117 tristate 117 tristate
118 depends on NFS_V4_1 118 depends on NFS_V4_1
119 default m 119 default NFS_V4
120 120
121config PNFS_BLOCK 121config PNFS_BLOCK
122 tristate 122 tristate
123 depends on NFS_V4_1 && BLK_DEV_DM 123 depends on NFS_V4_1 && BLK_DEV_DM
124 default m 124 default NFS_V4
125 125
126config PNFS_OBJLAYOUT 126config PNFS_OBJLAYOUT
127 tristate 127 tristate
128 depends on NFS_V4_1 && SCSI_OSD_ULD 128 depends on NFS_V4_1 && SCSI_OSD_ULD
129 default m 129 default NFS_V4
130 130
131config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN 131config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN
132 string "NFSv4.1 Implementation ID Domain" 132 string "NFSv4.1 Implementation ID Domain"