]> Git Repo - linux.git/commit - mm/filemap.c
mm: goodbye remove_from_page_cache()
authorMinchan Kim <[email protected]>
Tue, 22 Mar 2011 23:32:43 +0000 (16:32 -0700)
committerLinus Torvalds <[email protected]>
Wed, 23 Mar 2011 00:44:02 +0000 (17:44 -0700)
commit702cfbf93aaf3a091b0c64c8766c1ade0a820c38
tree05416ad8133cbe64cb3b0ae475f486dd6ade8457
parent5adc7b518b54f7af2b8395d2035898340d96b1d5
mm: goodbye remove_from_page_cache()

Now delete_from_page_cache() replaces remove_from_page_cache().  So we
remove remove_from_page_cache so fs or something out of mainline will
notice it when compile time and can fix it.

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]>
include/linux/pagemap.h
mm/filemap.c
This page took 0.058557 seconds and 4 git commands to generate.