Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2012 18:10:04 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239038 - head/sys/dev/md
Message-ID:  <201208041810.q74IA4w8080569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208041810.q74IA4w8080569>