// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/nfs/nfs4sysctl.c * * Sysctl interface to NFS v4 parameters * * Copyright (c) 2006 Trond Myklebust <[email protected]> */ #include <linux/sysctl.h> #include <linux/nfs_fs.h> #include "nfs4_fs.h" #include "nfs4idmap.h" #include "callback.h" static const int nfs_set_port_min; static const int nfs_set_port_max = …; static struct ctl_table_header *nfs4_callback_sysctl_table; static struct ctl_table nfs4_cb_sysctls[] = …; int nfs4_register_sysctl(void) { … } void nfs4_unregister_sysctl(void) { … }