summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/swap_pager.c')
-rw-r--r--sys/vm/swap_pager.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 8e7b42e..23281e3 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)
OpenPOWER on IntegriCloud