diff options
author | wuchi <wuchi.zero@gmail.com> | 2022-06-18 16:25:21 +0800 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-07-17 17:31:37 -0700 |
commit | 5a66fce95b72e6359527415b33a7ae13f0d6b7eb (patch) | |
tree | 97ce4d8ac30d27286030f33d4a650f54d3223c5f /include/linux/once.h | |
parent | 5a704629f2c1ba33bbb444cb18e6957e97c76e8f (diff) |
lib/lru_cache: fix error free handing in lc_create
When kmem_cache_alloc in function lc_create returns null, we will
free the memory already allocated. The loop of kmem_cache_free
is wrong, especially:
i = 0 ==> do wrong loop
i > 0 ==> do not free element[0]
Link: https://lkml.kernel.org/r/20220618082521.7082-1-wuchi.zero@gmail.com
Signed-off-by: wuchi <wuchi.zero@gmail.com>
Cc: Philipp Reisner <philipp.reisner@linbit.com>
Cc: Lars Ellenberg <lars.ellenberg@linbit.com>
Cc: Christoph Bhmwalder <christoph.boehmwalder@linbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/once.h')
0 files changed, 0 insertions, 0 deletions