aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h
index afc481dd02dd..a37fead1873b 100644
--- a/include/linux/sunrpc/cache.h
+++ b/include/linux/sunrpc/cache.h
@@ -165,8 +165,6 @@ static inline int cache_put(struct cache_head *h, struct cache_detail *cd)
165} 165}
166 166
167extern void cache_init(struct cache_head *h); 167extern void cache_init(struct cache_head *h);
168extern void cache_fresh(struct cache_detail *detail,
169 struct cache_head *head, time_t expiry);
170extern int cache_check(struct cache_detail *detail, 168extern int cache_check(struct cache_detail *detail,
171 struct cache_head *h, struct cache_req *rqstp); 169 struct cache_head *h, struct cache_req *rqstp);
172extern void cache_flush(void); 170extern void cache_flush(void);