diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 36c6432aac7..a99a8d94872 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -72,8 +72,6 @@ | |||
72 | 72 | ||
73 | #define NFS4_MAX_LOOP_ON_RECOVER (10) | 73 | #define NFS4_MAX_LOOP_ON_RECOVER (10) |
74 | 74 | ||
75 | static unsigned short max_session_slots = NFS4_DEF_SLOT_TABLE_SIZE; | ||
76 | |||
77 | struct nfs4_opendata; | 75 | struct nfs4_opendata; |
78 | static int _nfs4_proc_open(struct nfs4_opendata *data); | 76 | static int _nfs4_proc_open(struct nfs4_opendata *data); |
79 | static int _nfs4_recover_proc_open(struct nfs4_opendata *data); | 77 | static int _nfs4_recover_proc_open(struct nfs4_opendata *data); |
@@ -6932,10 +6930,6 @@ const struct xattr_handler *nfs4_xattr_handlers[] = { | |||
6932 | NULL | 6930 | NULL |
6933 | }; | 6931 | }; |
6934 | 6932 | ||
6935 | module_param(max_session_slots, ushort, 0644); | ||
6936 | MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 " | ||
6937 | "requests the client will negotiate"); | ||
6938 | |||
6939 | /* | 6933 | /* |
6940 | * Local variables: | 6934 | * Local variables: |
6941 | * c-basic-offset: 8 | 6935 | * c-basic-offset: 8 |