diff options
| author | Alan Cox <alc@FreeBSD.org> | 2006-08-05 19:07:07 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2006-08-05 19:07:07 +0000 |
| commit | ab1661cb769aad84d4b675fffa104c73c6360857 (patch) | |
| tree | 5a299f11a2a56147667ff21752ff1dcf7b3a3eca | |
| parent | 2fdfd0fee2138c04950afbca1966b6a9a63a484d (diff) | |
Notes
| -rw-r--r-- | sys/vm/swap_pager.c | 5 |
1 files changed, 0 insertions, 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) |
