diff options
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index 74e53a04907e..79d893bffdc3 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h @@ -171,7 +171,7 @@ RTN *FNAME ARGS \ if (!new) break; \ \ new->MEMBER.next = tmp->MEMBER.next; \ - *head = &new->MEMBER; \ + *hp = &new->MEMBER; \ tmp->MEMBER.next = NULL; \ set_bit(CACHE_HASHED, &new->MEMBER.flags); \ clear_bit(CACHE_HASHED, &tmp->MEMBER.flags); \ |
