diff options
Diffstat (limited to 'fs/nfs/sysctl.c')
| -rw-r--r-- | fs/nfs/sysctl.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/sysctl.c b/fs/nfs/sysctl.c index 70e1fbbaaea..ad4d2e787b2 100644 --- a/fs/nfs/sysctl.c +++ b/fs/nfs/sysctl.c @@ -15,8 +15,10 @@  #include "callback.h" +#ifdef CONFIG_NFS_V4  static const int nfs_set_port_min = 0;  static const int nfs_set_port_max = 65535; +#endif  static struct ctl_table_header *nfs_callback_sysctl_table;  static ctl_table nfs_cb_sysctls[] = {  |