NFS Remove unused authflavour parameter from init_client
[deliverable/linux.git] / include / linux / nfs_xdr.h
index 8651574a305bb44815e0c5e19826a3fbcbf7a37e..ddc3e32178c31c3ec09f56a3263e85d8de55fdd2 100644 (file)
@@ -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 *,
This page took 0.027372 seconds and 5 git commands to generate.