diff options
Diffstat (limited to 'include')
-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 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 | ||
167 | extern void cache_init(struct cache_head *h); | 167 | extern void cache_init(struct cache_head *h); |
168 | extern void cache_fresh(struct cache_detail *detail, | ||
169 | struct cache_head *head, time_t expiry); | ||
170 | extern int cache_check(struct cache_detail *detail, | 168 | extern 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); |
172 | extern void cache_flush(void); | 170 | extern void cache_flush(void); |