diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-21 23:38:04 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-21 23:38:04 -0700 |
| commit | 32419a40f3a9a700dba410e717476c67f79b2b0e (patch) | |
| tree | 309c202f81843574f546dc09b46496b813b5d81d /include/linux | |
| parent | 39b000cfc34206b2a2a55644859dd7a7fd4b1bb5 (diff) | |
[PATCH] sunrpc rmmod oops fix
From: "J. Bruce Fields" <bfields@fieldses.org>
Unregister svcauth_gss caches on exit from gss module; fixes an oops on
rmmod.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svcauth_gss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcauth_gss.h b/include/linux/sunrpc/svcauth_gss.h index a444c9edb9e9..3a2206f61de0 100644 --- a/include/linux/sunrpc/svcauth_gss.h +++ b/include/linux/sunrpc/svcauth_gss.h @@ -20,6 +20,7 @@ #include <linux/sunrpc/auth_gss.h> int gss_svc_init(void); +void gss_svc_shutdown(void); int svcauth_gss_register_pseudoflavor(u32 pseudoflavor, char * name); #endif /* __KERNEL__ */ |
