commit | f94afee9980c5722dfff6d3e46fd34a36293a509 | [log] [tgz] |
---|---|---|
author | Hui Su <sh_def@163.com> | Tue Oct 13 16:56:52 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 13 18:38:34 2020 -0700 |
tree | 985d6acb1d518a96f4531993c3b9d7a19ed685b0 | |
parent | 01c4776ba08ca9ab8cf58fb27d311868193dd368 [diff] |
mm/z3fold.c: use xx_zalloc instead xx_alloc and memset alloc_slots() allocates memory for slots using kmem_cache_alloc(), then memsets it. We can just use kmem_cache_zalloc(). Signed-off-by: Hui Su <sh_def@163.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/20200926100834.GA184671@rlk Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>