From: Andrew Morton Too big. Signed-off-by: Mike Kravetz Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton --- mm/vmscan.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN mm/vmscan.c~swap-migration-v5-migrate_pages-function-tweak mm/vmscan.c --- devel/mm/vmscan.c~swap-migration-v5-migrate_pages-function-tweak 2005-11-14 22:07:44.000000000 -0800 +++ devel-akpm/mm/vmscan.c 2005-11-14 22:07:44.000000000 -0800 @@ -368,8 +368,7 @@ static pageout_t pageout(struct page *pa return PAGE_CLEAN; } -static inline int remove_mapping(struct address_space *mapping, - struct page *page) +static int remove_mapping(struct address_space *mapping, struct page *page) { if (!mapping) return 0; /* truncate got there first */ _