]> git.baikalelectronics.ru Git - kernel.git/commit
mm: change __remove_from_page_cache()
authorMinchan Kim <minchan.kim@gmail.com>
Tue, 22 Mar 2011 23:32:44 +0000 (16:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2011 00:44:02 +0000 (17:44 -0700)
commit1538e7914e87933cdee13a704ace28f9f4a84b7b
tree5ff0beb21b973f1ad0edc1e31b6a1c2ee4406bdc
parent11e8cfae116f75e1b22fb9017fad93ed1fa3f5c9
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 <minchan.kim@gmail.com>
Cc: Christoph Hellwig <hch@infradead.org>
Acked-by: Hugh Dickins <hughd@google.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Reviewed-by: Johannes Weiner <hannes@cmpxchg.org>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/pagemap.h
mm/filemap.c
mm/memory-failure.c
mm/truncate.c
mm/vmscan.c