diff options
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r-- | fs/nfs/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index 6c2aad49d731..3f69752d6f18 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig | |||
@@ -116,3 +116,14 @@ config NFS_USE_KERNEL_DNS | |||
116 | select DNS_RESOLVER | 116 | select DNS_RESOLVER |
117 | select KEYS | 117 | select KEYS |
118 | default y | 118 | default y |
119 | |||
120 | config NFS_USE_NEW_IDMAPPER | ||
121 | bool "Use the new idmapper upcall routine" | ||
122 | depends on NFS_V4 && KEYS | ||
123 | help | ||
124 | Say Y here if you want NFS to use the new idmapper upcall functions. | ||
125 | You will need /sbin/request-key (usually provided by the keyutils | ||
126 | package). For details, read | ||
127 | <file:Documentation/filesystems/nfs/idmapper.txt>. | ||
128 | |||
129 | If you are unsure, say N. | ||