Author: kib
Date: Wed Aug 22 05:28:55 2012
New Revision: 239558
URL: http://svn.freebsd.org/changeset/base/239558

Log:
  MFC r239038:
  Remove verbose unused commented out debugging printf.

Modified:
  stable/8/sys/dev/md/md.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)

Modified: stable/8/sys/dev/md/md.c
==============================================================================
--- stable/8/sys/dev/md/md.c    Wed Aug 22 05:26:54 2012        (r239557)
+++ stable/8/sys/dev/md/md.c    Wed Aug 22 05:28:55 2012        (r239558)
@@ -680,12 +680,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_set_writeable_dirty(sc->object);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to