[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403601462-32167-1-git-send-email-lilei@linux.vnet.ibm.com>
Date: Tue, 24 Jun 2014 17:17:42 +0800
From: Lei Li <lilei@...ux.vnet.ibm.com>
To: mhocko@...e.cz
Cc: cgroups@...r.kernel.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, Lei Li <lilei@...ux.vnet.ibm.com>
Subject: [PATCH] Documentation: remove remove_from_page_cache note
Remove this note as remove_from_page_cache has been renamed to
delete_from_page_cache since Commit 702cfbf9 ("mm: goodbye
remove_from_page_cache()"), and it doesn't serve any useful
purpose.
Signed-off-by: Lei Li <lilei@...ux.vnet.ibm.com>
---
Documentation/cgroups/memcg_test.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/cgroups/memcg_test.txt b/Documentation/cgroups/memcg_test.txt
index 8870b02..67c11a3 100644
--- a/Documentation/cgroups/memcg_test.txt
+++ b/Documentation/cgroups/memcg_test.txt
@@ -82,8 +82,6 @@ Under below explanation, we assume CONFIG_MEM_RES_CTRL_SWAP=y.
- add_to_page_cache_locked().
The logic is very clear. (About migration, see below)
- Note: __remove_from_page_cache() is called by remove_from_page_cache()
- and __remove_mapping().
6. Shmem(tmpfs) Page Cache
The best way to understand shmem's page state transition is to read
--
1.8.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists