commit | 129e5824cd96d9289679973f0ff7c48e88d569bb | [log] [tgz] |
---|---|---|
author | Kinglong Mee <kinglongmee@gmail.com> | Mon Jul 27 11:10:15 2015 +0800 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Aug 13 08:59:03 2015 -0400 |
tree | 2b88f2934466625ccf85388ec80d10b2ac430d16 | |
parent | c8c081b70cb563cc4d41ab9933fa3323c6f6ffca [diff] |
sunrpc: Switch to using hash list instead single list Switch using list_head for cache_head in cache_detail, it is useful of remove an cache_head entry directly from cache_detail. v8, using hash list, not head list Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Reviewed-by: NeilBrown <neilb@suse.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>