commit | 1863d77f15da0addcd293a1719fa5d3ef8cde3ca | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trondmy@gmail.com> | Mon Oct 01 10:41:52 2018 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 29 16:58:04 2018 -0400 |
tree | 992c15ae2c740f4422ba9e29653389c856c3986a | |
parent | d48cf356a13073853f19be6ca5ebbecfc2762ebe [diff] |
SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock Now that the reader functions are all RCU protected, use a regular spinlock rather than a reader/writer lock. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>