OpenVZ Forum


Home » Mailing lists » Devel » [RFC][PATCH 0/4] Containers: Pagecache accounting and control subsystem (v4)
[RFC][PATCH 4/4] Pagecache reclaim [message #14241 is a reply to message #14237] Wed, 20 June 2007 11:40 Go to previous message
Vaidyanathan Srinivas is currently offline  Vaidyanathan Srinivas
Messages: 49
Registered: February 2007
Member
Pagecache controller reclaim changes
------------------------------------

Reclaim path needs performance improvement.
For now it is minor changes to include unmapped
pages in our list of page_container.

Signed-off-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
---
mm/rss_container.c | 3 ---
1 file changed, 3 deletions(-)

--- linux-2.6.22-rc2-mm1.orig/mm/rss_container.c
+++ linux-2.6.22-rc2-mm1/mm/rss_container.c
@@ -274,9 +274,6 @@ void container_rss_move_lists(struct pag
struct rss_container *rss;
struct page_container *pc;

- if (!page_mapped(pg))
- return;
-
pc = page_container(pg);
if (pc == NULL)
return;
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [PATCH 17/17] Pid-NS(V3) Introduce proc_mnt for pid_ns
Next Topic: [RFC][PATCH 1/4] container freezer: add the TIF_FREEZE flag to all archs
Goto Forum:
  


Current Time: Sat Dec 06 19:45:11 GMT 2025

Total time taken to generate the page: 0.13983 seconds