Remove verbose unused commented out debugging printf.
MFC after: 1 week Reviewed by: alc
This commit is contained in:
parent
b5ba3bdb25
commit
2ddfc13d8d
@ -725,12 +725,6 @@ mdstart_swap(struct md_s *sc, struct bio *bp)
|
||||
/* Actions on further pages start at offset 0 */
|
||||
p += PAGE_SIZE - offs;
|
||||
offs = 0;
|
||||
#if 0
|
||||
if (bootverbose || bp->bio_offset / PAGE_SIZE < 17)
|
||||
printf("wire_count %d busy %d flags %x hold_count %d act_count %d queue %d valid %d dirty %d @ %d\n",
|
||||
m->wire_count, m->busy,
|
||||
m->flags, m->hold_count, m->act_count, m->queue, m->valid, m->dirty, i);
|
||||
#endif
|
||||
}
|
||||
vm_object_pip_subtract(sc->object, 1);
|
||||
VM_OBJECT_UNLOCK(sc->object);
|
||||
|
Loading…
x
Reference in New Issue
Block a user