diff options
author | Mateusz Nosek <mateusznosek0@gmail.com> | 2020-10-14 01:48:34 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-14 03:38:27 +0200 |
commit | c1ff3f95497e64b67230bddc1242f2d228880859 (patch) | |
tree | bfde251393ec870333c7001959d017f57e5794b6 /mm/slub.c | |
parent | fs_parse: mark fs_param_bad_value() as static (diff) | |
download | linux-c1ff3f95497e64b67230bddc1242f2d228880859.tar.xz linux-c1ff3f95497e64b67230bddc1242f2d228880859.zip |
mm/slab.c: clean code by removing redundant if condition
The removed code was unnecessary and changed nothing in the flow, since in
case of returning NULL by 'kmem_cache_alloc_node' returning 'freelist'
from the function in question is the same as returning NULL.
Signed-off-by: Mateusz Nosek <mateusznosek0@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Link: https://lkml.kernel.org/r/20200915230329.13002-1-mateusznosek0@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slub.c')
0 files changed, 0 insertions, 0 deletions