diff options
author | Andy Adamson <andros@netapp.com> | 2013-07-24 11:59:49 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-07 13:09:30 -0400 |
commit | f8407299f61681e9733f06c7214e81002cb459b3 (patch) | |
tree | c083ce73ae33f3667f9b24e45b296bce555a0c89 /fs/nfs/nfs4client.c | |
parent | 73d8bde5e4b658948be0d3df51b323ed323997a2 (diff) |
NFS Remove unused authflavour parameter from init_client
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4client.c')
-rw-r--r-- | fs/nfs/nfs4client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/nfs4client.c b/fs/nfs/nfs4client.c index 90dce91dd5b5..767a5e37fe97 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c | |||
@@ -187,8 +187,7 @@ static int nfs4_init_client_minor_version(struct nfs_client *clp) | |||
187 | */ | 187 | */ |
188 | struct nfs_client *nfs4_init_client(struct nfs_client *clp, | 188 | struct nfs_client *nfs4_init_client(struct nfs_client *clp, |
189 | const struct rpc_timeout *timeparms, | 189 | const struct rpc_timeout *timeparms, |
190 | const char *ip_addr, | 190 | const char *ip_addr) |
191 | rpc_authflavor_t authflavour) | ||
192 | { | 191 | { |
193 | char buf[INET6_ADDRSTRLEN + 1]; | 192 | char buf[INET6_ADDRSTRLEN + 1]; |
194 | struct nfs_client *old; | 193 | struct nfs_client *old; |