[PATCH 0/2] Reorderings in struct shrinker and struct shrink_control

From: Kirill Tkhai
Date: Thu Jul 19 2018 - 06:51:21 EST


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.

---

Kirill Tkhai (2):
mm: Keep int fields in struct shrink_control together
mm: Make flags of unsigned type in struct shrinker


include/linux/shrinker.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

--
Signed-off-by: Kirill Tkhai <ktkhai@xxxxxxxxxxxxx>