commit | e64a782fec684c29a8204c51b3cb554dce588592 | [log] [tgz] |
---|---|---|
author | Minchan Kim <[email protected]> | Tue Mar 22 16:32:44 2011 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Mar 22 17:44:02 2011 -0700 |
tree | 5ff0beb21b973f1ad0edc1e31b6a1c2ee4406bdc | |
parent | 702cfbf93aaf3a091b0c64c8766c1ade0a820c38 [diff] |
mm: change __remove_from_page_cache() Now we renamed remove_from_page_cache with delete_from_page_cache. As consistency of __remove_from_swap_cache and remove_from_swap_cache, we change internal page cache handling function name, too. Signed-off-by: Minchan Kim <[email protected]> Cc: Christoph Hellwig <[email protected]> Acked-by: Hugh Dickins <[email protected]> Acked-by: Mel Gorman <[email protected]> Reviewed-by: KAMEZAWA Hiroyuki <[email protected]> Reviewed-by: Johannes Weiner <[email protected]> Reviewed-by: KOSAKI Motohiro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>