mm: kmemleak: slightly reduce the size of some structures on 64-bit architectures
authorCatalin Marinas <[email protected]>
Thu, 6 Jul 2017 22:40:16 +0000 (15:40 -0700)
committerLinus Torvalds <[email protected]>
Thu, 6 Jul 2017 23:24:34 +0000 (16:24 -0700)
commitf66abf09e092fde88fec3c93d0b0c704e18224b8
treed131975c236d728b580ee29c663bc60e8e49147d
parente0dd7d53a6d2788f9616e6d7e3e725f8f84e4636
mm: kmemleak: slightly reduce the size of some structures on 64-bit architectures

Change the kmemleak_object.flags type to unsigned int and moves the
early_log.min_count (int) near early_log.op_type (int) to slightly
reduce the size of these structures on 64-bit architectures.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: "Luis R. Rodriguez" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/kmemleak.c