diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-07-30 16:05:22 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-07-30 19:06:31 -0400 |
commit | fac1e8e4ef417e958060a6c3a061cc1a180bd8ae (patch) | |
tree | 1ddba7b104171b39c9985610715049409cd7916e /fs/nfs/nfs4xdr.c | |
parent | 19d87ca3623956494b517f3abe0caf2616d55457 (diff) |
NFS: Keep module parameters in the generic NFS client
Otherwise we break backwards compatibility when v4 becomes a modules.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 6cbd602e26d5..ca13483edd60 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -852,12 +852,6 @@ const u32 nfs41_maxread_overhead = ((RPC_MAX_HEADER_WITH_AUTH + | |||
852 | XDR_UNIT); | 852 | XDR_UNIT); |
853 | #endif /* CONFIG_NFS_V4_1 */ | 853 | #endif /* CONFIG_NFS_V4_1 */ |
854 | 854 | ||
855 | static unsigned short send_implementation_id = 1; | ||
856 | |||
857 | module_param(send_implementation_id, ushort, 0644); | ||
858 | MODULE_PARM_DESC(send_implementation_id, | ||
859 | "Send implementation ID with NFSv4.1 exchange_id"); | ||
860 | |||
861 | static const umode_t nfs_type2fmt[] = { | 855 | static const umode_t nfs_type2fmt[] = { |
862 | [NF4BAD] = 0, | 856 | [NF4BAD] = 0, |
863 | [NF4REG] = S_IFREG, | 857 | [NF4REG] = S_IFREG, |