8 #include <linux/sysctl.h>
9 #include <linux/nfs_idmap.h>
10 #include <linux/nfs_fs.h>
15 static const int nfs_set_port_min = 0;
16 static const int nfs_set_port_max = 65535;
23 .maxlen =
sizeof(
int),
26 .extra1 = (
int *)&nfs_set_port_min,
27 .extra2 = (
int *)&nfs_set_port_max,
30 .procname =
"idmap_cache_timeout",
32 .maxlen =
sizeof(
int),
43 .child = nfs4_cb_sysctls,
48 static ctl_table nfs4_cb_sysctl_root[] = {
52 .child = nfs4_cb_sysctl_dir,
60 if (nfs4_callback_sysctl_table ==
NULL)
68 nfs4_callback_sysctl_table =
NULL;