diff options
| author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-01-19 12:42:53 -0500 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-31 19:28:16 -0500 |
| commit | 2c5f846747526e2b83c5f1b8e69016be0e2e87c0 (patch) | |
| tree | 730240d3ab15aaaee9e45cbb351f637e4ad122f4 /include/linux | |
| parent | d05cc10406893dec65b8e89746e7d4c333935415 (diff) | |
SUNRPC: generic cache register routines removed
All cache users now uses network-namespace-aware routines, so generic ones
are obsolete.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index 259381ca811b..f5fd6160dbca 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h | |||
| @@ -198,9 +198,7 @@ extern void cache_flush(void); | |||
| 198 | extern void cache_purge(struct cache_detail *detail); | 198 | extern void cache_purge(struct cache_detail *detail); |
| 199 | #define NEVER (0x7FFFFFFF) | 199 | #define NEVER (0x7FFFFFFF) |
| 200 | extern void __init cache_initialize(void); | 200 | extern void __init cache_initialize(void); |
| 201 | extern int cache_register(struct cache_detail *cd); | ||
| 202 | extern int cache_register_net(struct cache_detail *cd, struct net *net); | 201 | extern int cache_register_net(struct cache_detail *cd, struct net *net); |
| 203 | extern void cache_unregister(struct cache_detail *cd); | ||
| 204 | extern void cache_unregister_net(struct cache_detail *cd, struct net *net); | 202 | extern void cache_unregister_net(struct cache_detail *cd, struct net *net); |
| 205 | 203 | ||
| 206 | extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net); | 204 | extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net); |
