diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-26 16:47:20 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-09-01 11:12:41 -0400 |
commit | 5f42b016d7341871948a2b8cc8fb654691522d1a (patch) | |
tree | 0ac9122b385ec7e03d0c7904b4d27445e7866b78 /include | |
parent | 1917228435eebdf4e3267fa95cace694b2fb4efd (diff) |
SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/auth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index a9ab577b0c4a..6de26f2491e5 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h | |||
@@ -107,8 +107,6 @@ struct rpc_authops { | |||
107 | 107 | ||
108 | struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); | 108 | struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); |
109 | struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int); | 109 | struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int); |
110 | int (*pipes_create)(struct rpc_auth *); | ||
111 | void (*pipes_destroy)(struct rpc_auth *); | ||
112 | int (*list_pseudoflavors)(rpc_authflavor_t *, int); | 110 | int (*list_pseudoflavors)(rpc_authflavor_t *, int); |
113 | rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *); | 111 | rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *); |
114 | int (*flavor2info)(rpc_authflavor_t, | 112 | int (*flavor2info)(rpc_authflavor_t, |