aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/cache.h')
-rw-r--r--include/linux/sunrpc/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h
index 52a7d7224e90..03496357f455 100644
--- a/include/linux/sunrpc/cache.h
+++ b/include/linux/sunrpc/cache.h
@@ -133,7 +133,7 @@ struct cache_req {
133 * delayed awaiting cache-fill 133 * delayed awaiting cache-fill
134 */ 134 */
135struct cache_deferred_req { 135struct cache_deferred_req {
136 struct list_head hash; /* on hash chain */ 136 struct hlist_node hash; /* on hash chain */
137 struct list_head recent; /* on fifo */ 137 struct list_head recent; /* on fifo */
138 struct cache_head *item; /* cache item we wait on */ 138 struct cache_head *item; /* cache item we wait on */
139 void *owner; /* we might need to discard all defered requests 139 void *owner; /* we might need to discard all defered requests