From: Andrew Morton Cc: Christoph Lameter Signed-off-by: Andrew Morton --- mm/migrate.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN mm/migrate.c~page-migration-reorg-cleanup-fix mm/migrate.c --- devel/mm/migrate.c~page-migration-reorg-cleanup-fix 2006-03-17 17:58:41.000000000 -0800 +++ devel-akpm/mm/migrate.c 2006-03-17 17:58:41.000000000 -0800 @@ -40,8 +40,8 @@ * the indicated list with elevated page count. * * Result: - * 0 = page not on LRU list - * 1 = page removed from LRU list and added to the specified list. + * -EBUSY: page not on LRU list + * 0: page removed from LRU list and added to the specified list. */ int isolate_lru_page(struct page *page, struct list_head *pagelist) { _