]> git.baikalelectronics.ru Git - kernel.git/commit
slab: clean up the code comment in slab kmem_cache struct
authorBaoquan He <bhe@redhat.com>
Fri, 8 Jun 2018 00:05:24 +0000 (17:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Jun 2018 00:34:34 +0000 (17:34 -0700)
commit6a52653aca6b7cb2b506cc291724c1c43ad09a9f
tree487735faeec180e2e1ce432bc1333ed091310937
parent10798b86af1c83ca39d3f3f27ad8f4442300fc5a
slab: clean up the code comment in slab kmem_cache struct

In commit 2eb8f776402 ("mm, sl[aou]b: Extract common fields from struct
kmem_cache") the variable 'obj_size' was moved above, however the
related code comment is not updated accordingly.  Do it here.

Link: http://lkml.kernel.org/r/20180603032402.27526-1-bhe@redhat.com
Signed-off-by: Baoquan He <bhe@redhat.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/slab_def.h