mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Reorderings in struct shrinker and struct shrink_control
@ 2018-07-19 10:51 Kirill Tkhai
  2018-07-19 10:51 ` [PATCH 1/2] mm: Keep int fields in struct shrink_control together Kirill Tkhai
  2018-07-19 10:51 ` [PATCH 2/2] mm: Make flags of unsigned type in struct shrinker Kirill Tkhai
  0 siblings, 2 replies; 6+ messages in thread
From: Kirill Tkhai @ 2018-07-19 10:51 UTC (permalink / raw)
  To: akpm, vdavydov.dev, penguin-kernel, chris, gregkh, linux-kernel, ktkhai

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@virtuozzo.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-19 11:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-19 10:51 [PATCH 0/2] Reorderings in struct shrinker and struct shrink_control Kirill Tkhai
2018-07-19 10:51 ` [PATCH 1/2] mm: Keep int fields in struct shrink_control together Kirill Tkhai
2018-07-19 11:10   ` Michal Hocko
2018-07-19 11:14     ` Kirill Tkhai
2018-07-19 10:51 ` [PATCH 2/2] mm: Make flags of unsigned type in struct shrinker Kirill Tkhai
2018-07-19 11:14   ` Michal Hocko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®