[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <153199724495.21131.9248876333336922199.stgit@localhost.localdomain>
Date: Thu, 19 Jul 2018 13:51:10 +0300
From: Kirill Tkhai <ktkhai@...tuozzo.com>
To: akpm@...ux-foundation.org, vdavydov.dev@...il.com,
penguin-kernel@...ove.SAKURA.ne.jp, chris@...is-wilson.co.uk,
gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
ktkhai@...tuozzo.com
Subject: [PATCH 0/2] 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.
---
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@...tuozzo.com>
Powered by blists - more mailing lists