OpenVZ Forum


Home » Mailing lists » Devel » [RFC][PATCH 0/3] Containers: Integrated RSS and pagecache control v5
[RFC][PATCH 3/3] Pagecache reclaim [message #14477 is a reply to message #14474] Fri, 29 June 2007 06:22 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
@@ -243,9 +243,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
Previous Topic: [PATCH 00/10] Containers(V10): Generic Process Containers
Next Topic: filemap.c: interesting check around zero_length_segment:
Goto Forum:
  


Current Time: Wed Oct 16 06:14:36 GMT 2024

Total time taken to generate the page: 0.09250 seconds