commit | 702cfbf93aaf3a091b0c64c8766c1ade0a820c38 | [log] [tgz] |
---|---|---|
author | Minchan Kim <[email protected]> | Tue Mar 22 16:32:43 2011 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Mar 22 17:44:02 2011 -0700 |
tree | 05416ad8133cbe64cb3b0ae475f486dd6ade8457 | |
parent | 5adc7b518b54f7af2b8395d2035898340d96b1d5 [diff] |
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]>