From ab1661cb769aad84d4b675fffa104c73c6360857 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 5 Aug 2006 19:07:07 +0000 Subject: [PATCH] Remove a stale comment. --- sys/vm/swap_pager.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 8e7b42edc0e4..23281e3c2a67 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -1424,11 +1424,6 @@ swp_pager_async_iodone(struct buf *bp) * NOTE: for reads, m->dirty will probably * be overridden by the original caller of * getpages so don't play cute tricks here. - * - * XXX IT IS NOT LEGAL TO FREE THE PAGE HERE - * AS THIS MESSES WITH object->memq, and it is - * not legal to mess with object->memq from an - * interrupt. */ m->valid = 0; if (i != bp->b_pager.pg_reqpage)