summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorAndy Adamson <andros@netapp.com>2013-07-24 11:59:49 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-08-07 13:09:30 -0400
commitf8407299f61681e9733f06c7214e81002cb459b3 (patch)
treec083ce73ae33f3667f9b24e45b296bce555a0c89 /include/linux/nfs_xdr.h
parent73d8bde5e4b658948be0d3df51b323ed323997a2 (diff)
downloadop-kernel-dev-f8407299f61681e9733f06c7214e81002cb459b3.zip
op-kernel-dev-f8407299f61681e9733f06c7214e81002cb459b3.tar.gz
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 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 8651574..ddc3e32 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -1442,7 +1442,7 @@ struct nfs_rpc_ops {
struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *);
struct nfs_client *
(*init_client) (struct nfs_client *, const struct rpc_timeout *,
- const char *, rpc_authflavor_t);
+ const char *);
void (*free_client) (struct nfs_client *);
struct nfs_server *(*create_server)(struct nfs_mount_info *, struct nfs_subversion *);
struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *,
OpenPOWER on IntegriCloud