commit | 4b5cff7ed8afcdd35bfff39ab503342900ec80c6 | [log] [tgz] |
---|---|---|
author | Roberto Bergantinos Corpas <rbergant@redhat.com> | Fri Nov 27 19:38:31 2020 +0100 |
committer | Chuck Lever <chuck.lever@oracle.com> | Wed Dec 09 09:38:34 2020 -0500 |
tree | 13ef5d7ed5efeb40b0fe7c61120703f49cb1761b | |
parent | 4420440c57892779f265108f46f83832a88ca795 [diff] |
sunrpc: clean-up cache downcall We can simplify code around cache_downcall unifying memory allocations using kvmalloc. This has the benefit of getting rid of cache_slow_downcall (and queue_io_mutex), and also matches userland allocation size and limits. Signed-off-by: Roberto Bergantinos Corpas <rbergant@redhat.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>