commit | 9dbeea7f08f3784b152d9fb3b86beb34aad77c72 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Aug 26 08:51:39 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 26 21:59:53 2016 -0700 |
tree | 8247a2cd0567720c777833fa320686bacbec8132 | |
parent | e70c70c38d7a5ced76fc8b1c4a7ccee76e9c2911 [diff] |
rhashtable: fix a memory leak in alloc_bucket_locks() If vmalloc() was successful, do not attempt a kmalloc_array() Fixes: 4cf0b354d92e ("rhashtable: avoid large lock-array allocations") Reported-by: CAI Qian <caiqian@redhat.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Florian Westphal <fw@strlen.de> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Tested-by: CAI Qian <caiqian@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>