SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management
[linux-2.6-block.git] / include / linux / sunrpc / auth.h
index a9ab577b0c4a60cb28c26cd3f0fa74e9cd178bd4..6de26f2491e576c4fd2adfcb52d6d0d088425051 100644 (file)
@@ -107,8 +107,6 @@ struct rpc_authops {
 
        struct rpc_cred *       (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
        struct rpc_cred *       (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
-       int                     (*pipes_create)(struct rpc_auth *);
-       void                    (*pipes_destroy)(struct rpc_auth *);
        int                     (*list_pseudoflavors)(rpc_authflavor_t *, int);
        rpc_authflavor_t        (*info2flavor)(struct rpcsec_gss_info *);
        int                     (*flavor2info)(rpc_authflavor_t,