diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index ece432b7f87f..52a7d7224e90 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h | |||
| @@ -125,6 +125,9 @@ struct cache_detail { | |||
| 125 | */ | 125 | */ |
| 126 | struct cache_req { | 126 | struct cache_req { |
| 127 | struct cache_deferred_req *(*defer)(struct cache_req *req); | 127 | struct cache_deferred_req *(*defer)(struct cache_req *req); |
| 128 | int thread_wait; /* How long (jiffies) we can block the | ||
| 129 | * current thread to wait for updates. | ||
| 130 | */ | ||
| 128 | }; | 131 | }; |
| 129 | /* this must be embedded in a deferred_request that is being | 132 | /* this must be embedded in a deferred_request that is being |
| 130 | * delayed awaiting cache-fill | 133 | * delayed awaiting cache-fill |
