]> Git Repo - linux.git/commit
vmscan,memcg: reintroduce sc->may_swap
authorKOSAKI Motohiro <[email protected]>
Tue, 21 Apr 2009 19:24:57 +0000 (12:24 -0700)
committerLinus Torvalds <[email protected]>
Tue, 21 Apr 2009 20:41:51 +0000 (13:41 -0700)
commit2e2e425989080cc534fc0fca154cae515f971cf5
treec4acbd403164d1d210e3bc274b7d93487071153e
parent55e5750b3e979bac853c0809ad0ef75b7cebd18c
vmscan,memcg: reintroduce sc->may_swap

Commit a6dc60f8975ad96d162915e07703a4439c80dcf0 ("vmscan: rename
sc.may_swap to may_unmap") removed the may_swap flag, but memcg had used
it as a flag for "we need to use swap?", as the name indicate.

And in the current implementation, memcg cannot reclaim mapped file
caches when mem+swap hits the limit.

re-introduce may_swap flag and handle it at get_scan_ratio().  This
patch doesn't influence any scan_control users other than memcg.

Signed-off-by: KOSAKI Motohiro <[email protected]>
Signed-off-by: Daisuke Nishimura <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Cc: Balbir Singh <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmscan.c
This page took 0.045994 seconds and 4 git commands to generate.