From: Andrew Morton mm/swapfile.c: In function `try_to_unuse': mm/swapfile.c:719: warning: label `again' defined but not used Cc: Christoph Lameter Cc: Hugh Dickins Signed-off-by: Andrew Morton --- mm/swapfile.c | 1 - 1 files changed, 1 deletion(-) diff -puN mm/swapfile.c~migration-remove-unnecessary-pageswapcache-checks-fix mm/swapfile.c --- devel/mm/swapfile.c~migration-remove-unnecessary-pageswapcache-checks-fix 2006-04-11 23:38:30.000000000 -0700 +++ devel-akpm/mm/swapfile.c 2006-04-11 23:38:30.000000000 -0700 @@ -716,7 +716,6 @@ static int try_to_unuse(unsigned int typ */ swap_map = &si->swap_map[i]; entry = swp_entry(type, i); -again: page = read_swap_cache_async(entry, NULL, 0); if (!page) { /* _