diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/cache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index 5dc9ee4d616e..4f1c8582053c 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h | |||
| @@ -83,6 +83,10 @@ struct cache_detail { | |||
| 83 | int (*cache_upcall)(struct cache_detail *, | 83 | int (*cache_upcall)(struct cache_detail *, |
| 84 | struct cache_head *); | 84 | struct cache_head *); |
| 85 | 85 | ||
| 86 | void (*cache_request)(struct cache_detail *cd, | ||
| 87 | struct cache_head *ch, | ||
| 88 | char **bpp, int *blen); | ||
| 89 | |||
| 86 | int (*cache_parse)(struct cache_detail *, | 90 | int (*cache_parse)(struct cache_detail *, |
| 87 | char *buf, int len); | 91 | char *buf, int len); |
| 88 | 92 | ||
