nfs4sysctl.c (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) | nfs4sysctl.c (40c64c26a43494ba9982fd1b87dc54e3819566fc) |
---|---|
1/* 2 * linux/fs/nfs/nfs4sysctl.c 3 * 4 * Sysctl interface to NFS v4 parameters 5 * 6 * Copyright (c) 2006 Trond Myklebust <Trond.Myklebust@netapp.com> 7 */ 8#include <linux/sysctl.h> | 1/* 2 * linux/fs/nfs/nfs4sysctl.c 3 * 4 * Sysctl interface to NFS v4 parameters 5 * 6 * Copyright (c) 2006 Trond Myklebust <Trond.Myklebust@netapp.com> 7 */ 8#include <linux/sysctl.h> |
9#include <linux/nfs_idmap.h> | |
10#include <linux/nfs_fs.h> 11 12#include "nfs4_fs.h" | 9#include <linux/nfs_fs.h> 10 11#include "nfs4_fs.h" |
12#include "nfs4idmap.h" |
|
13#include "callback.h" 14 15static const int nfs_set_port_min = 0; 16static const int nfs_set_port_max = 65535; 17static struct ctl_table_header *nfs4_callback_sysctl_table; 18 19static struct ctl_table nfs4_cb_sysctls[] = { 20 { --- 49 unchanged lines hidden --- | 13#include "callback.h" 14 15static const int nfs_set_port_min = 0; 16static const int nfs_set_port_max = 65535; 17static struct ctl_table_header *nfs4_callback_sysctl_table; 18 19static struct ctl_table nfs4_cb_sysctls[] = { 20 { --- 49 unchanged lines hidden --- |