svn commit: r239557 - stable/9/sys/dev/md
Konstantin Belousov
kib at FreeBSD.org
Wed Aug 22 05:26:54 UTC 2012
Author: kib
Date: Wed Aug 22 05:26:54 2012
New Revision: 239557
URL: http://svn.freebsd.org/changeset/base/239557
Log:
MFC r239038:
Remove verbose unused commented out debugging printf.
Modified:
stable/9/sys/dev/md/md.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/md/md.c
==============================================================================
--- stable/9/sys/dev/md/md.c Wed Aug 22 05:23:56 2012 (r239556)
+++ stable/9/sys/dev/md/md.c Wed Aug 22 05:26:54 2012 (r239557)
@@ -723,12 +723,6 @@ mdstart_swap(struct md_s *sc, struct bio
/* 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);
More information about the svn-src-stable-9
mailing list