]> Git Repo - linux.git/commit
mm: struct shrink_control: keep int fields together
authorKirill Tkhai <[email protected]>
Wed, 22 Aug 2018 04:51:53 +0000 (21:51 -0700)
committerLinus Torvalds <[email protected]>
Wed, 22 Aug 2018 17:52:43 +0000 (10:52 -0700)
commit92be775a3db343889ab159c44d55315c5ee0be4e
treea705948f7f579b86522b2c941da0688174e01083
parent8df4a44cc46bf9dcfb80a37a59ae5dea2232dc58
mm: struct shrink_control: keep int fields together

Patch series "Reorderings in struct shrinker and struct shrink_control".

These structures are intensively used during reclaim and, displace other
data in cache, so there is no a reason they have int fields not grouped
together.

This patch (of 2):

gfp_t is of unsigned type, so let's move nid to keep them together.

Link: http://lkml.kernel.org/r/153199747930.21131.861043607301997810.stgit@localhost.localdomain
Signed-off-by: Kirill Tkhai <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Cc: Vladimir Davydov <[email protected]>
Cc: Tetsuo Handa <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/shrinker.h
This page took 0.052066 seconds and 4 git commands to generate.