diff options
author | Greg Banks <gnb@sgi.com> | 2009-04-01 07:28:13 +1100 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-05-27 14:14:02 -0400 |
commit | fca4217c5bab31019b5247e977673c9fcc385f6b (patch) | |
tree | 3604e5af28b032a7ec025ddbd65490158a771d60 /include | |
parent | dd4dc82d4c129babca9b48b219cff0add5ff4132 (diff) | |
download | op-kernel-dev-fca4217c5bab31019b5247e977673c9fcc385f6b.zip op-kernel-dev-fca4217c5bab31019b5247e977673c9fcc385f6b.tar.gz |
knfsd: reply cache cleanups
Make REQHASH() an inline function. Rename hash_list to cache_hash.
Fix an obsolete comment.
Signed-off-by: Greg Banks <gnb@sgi.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfsd/cache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nfsd/cache.h b/include/linux/nfsd/cache.h index 5bccaab..3a3f589 100644 --- a/include/linux/nfsd/cache.h +++ b/include/linux/nfsd/cache.h @@ -14,8 +14,7 @@ #include <linux/uio.h> /* - * Representation of a reply cache entry. The first two members *must* - * be hash_next and hash_prev. + * Representation of a reply cache entry. */ struct svc_cacherep { struct hlist_node c_hash; |