Re: [patch 09/11] mm: memcg: split swapin charge function into private and public part
From: Kamezawa Hiroyuki <hidden>
Date: 2012-07-09 02:57:53
Also in:
linux-mm, lkml
From: Kamezawa Hiroyuki <hidden>
Date: 2012-07-09 02:57:53
Also in:
linux-mm, lkml
(2012/07/05 9:45), Johannes Weiner wrote:
When shmem is charged upon swapin, it does not need to check twice whether the memory controller is enabled. Also, shmem pages do not have to be checked for everything that regular anon pages have to be checked for, so let shmem use the internal version directly and allow future patches to move around checks that are only required when swapping in anon pages. Signed-off-by: Johannes Weiner <redacted>
Acked-by: KAMEZAWA Hiroyuki <redacted>