[PATCH 3/8] mm: implement page cache limit feature

2014-06-16 Thread Xishi Qiu
Add hooks when a page is added to page cache. Signed-off-by: Xishi Qiu --- mm/filemap.c |3 +++ mm/hugetlb.c |3 +++ mm/vmscan.c |3 +++ 3 files changed, 9 insertions(+), 0 deletions(-) diff --git a/mm/filemap.c b/mm/filemap.c index 088358c..0e71a04 100644 --- a/mm/filemap.c +++

[PATCH 3/8] mm: implement page cache limit feature

2014-06-16 Thread Xishi Qiu
Add hooks when a page is added to page cache. Signed-off-by: Xishi Qiu qiuxi...@huawei.com --- mm/filemap.c |3 +++ mm/hugetlb.c |3 +++ mm/vmscan.c |3 +++ 3 files changed, 9 insertions(+), 0 deletions(-) diff --git a/mm/filemap.c b/mm/filemap.c index 088358c..0e71a04 100644 ---