diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2013-03-16 15:55:19 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-03-29 15:43:39 -0400 |
commit | 6599c0acae10e929b5315821c1d064cd13fe7648 (patch) | |
tree | 76d50e7fcbc6fe1f48606f20593d2fa2e5b8a741 /include/linux/sunrpc/gss_api.h | |
parent | a77c806fb9d097bb7733b64207cf52fc2c6438bb (diff) |
SUNRPC: Make gss_mech_get() static
gss_mech_get() is no longer used outside of gss_mech_switch.c.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/gss_api.h')
-rw-r--r-- | include/linux/sunrpc/gss_api.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/gss_api.h b/include/linux/sunrpc/gss_api.h index fca23380e667..f32b7a47e13f 100644 --- a/include/linux/sunrpc/gss_api.h +++ b/include/linux/sunrpc/gss_api.h | |||
@@ -145,9 +145,6 @@ struct gss_api_mech *gss_mech_get_by_pseudoflavor(u32); | |||
145 | /* Fill in an array with a list of supported pseudoflavors */ | 145 | /* Fill in an array with a list of supported pseudoflavors */ |
146 | int gss_mech_list_pseudoflavors(rpc_authflavor_t *, int); | 146 | int gss_mech_list_pseudoflavors(rpc_authflavor_t *, int); |
147 | 147 | ||
148 | /* Just increments the mechanism's reference count and returns its input: */ | ||
149 | struct gss_api_mech * gss_mech_get(struct gss_api_mech *); | ||
150 | |||
151 | /* For every successful gss_mech_get or gss_mech_get_by_* call there must be a | 148 | /* For every successful gss_mech_get or gss_mech_get_by_* call there must be a |
152 | * corresponding call to gss_mech_put. */ | 149 | * corresponding call to gss_mech_put. */ |
153 | void gss_mech_put(struct gss_api_mech *); | 150 | void gss_mech_put(struct gss_api_mech *); |