From: Christoph Lameter Edit comments to be nicer better and reflect the current state of page migration. Remove useless BUG_ON() in migrate_entry_wait() since migration_entry_to_page() already does a BUG_ON(). Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton --- vm/page_migration | 0 mm/migrate.c | 2 +- linux/swap.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/vm/page_migration~page-migration-cleanup-move-fallback-handling-into-special-function-update-comments-9 Documentation/vm/page_migration diff -puN include/linux/swap.h~page-migration-cleanup-move-fallback-handling-into-special-function-update-comments-9 include/linux/swap.h diff -puN mm/migrate.c~page-migration-cleanup-move-fallback-handling-into-special-function-update-comments-9 mm/migrate.c --- devel/mm/migrate.c~page-migration-cleanup-move-fallback-handling-into-special-function-update-comments-9 2006-05-11 00:01:19.000000000 -0700 +++ devel-akpm/mm/migrate.c 2006-05-11 00:01:19.000000000 -0700 @@ -375,7 +375,7 @@ static int fallback_migrate_page(struct } /* - * Buffers are managed in a filesystem specific way. + * Buffers may be managed in a filesystem specific way. * We must have no buffers or drop them. */ if (page_has_buffers(page) && _