|
@@ -227,6 +227,7 @@ extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
|
|
|
extern int sunrpc_cache_register_pipefs(struct dentry *parent, const char *,
|
|
extern int sunrpc_cache_register_pipefs(struct dentry *parent, const char *,
|
|
|
umode_t, struct cache_detail *);
|
|
umode_t, struct cache_detail *);
|
|
|
extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
|
|
extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
|
|
|
|
|
+extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);
|
|
|
|
|
|
|
|
/* Must store cache_detail in seq_file->private if using next three functions */
|
|
/* Must store cache_detail in seq_file->private if using next three functions */
|
|
|
extern void *cache_seq_start(struct seq_file *file, loff_t *pos);
|
|
extern void *cache_seq_start(struct seq_file *file, loff_t *pos);
|