svn commit: r239038 - head/sys/dev/md

Konstantin Belousov kib at FreeBSD.org
Sat Aug 4 18:10:05 UTC 2012


Author: kib
Date: Sat Aug  4 18:10:04 2012
New Revision: 239038
URL: http://svn.freebsd.org/changeset/base/239038

Log:
  Remove verbose unused commented out debugging printf.
  
  MFC after:	1 week
  Reviewed by:	alc

Modified:
  head/sys/dev/md/md.c

Modified: head/sys/dev/md/md.c
==============================================================================
--- head/sys/dev/md/md.c	Sat Aug  4 15:11:36 2012	(r239037)
+++ head/sys/dev/md/md.c	Sat Aug  4 18:10:04 2012	(r239038)
@@ -725,12 +725,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-all mailing list