svn commit: r241264 - stable/9/sys/geom
Andriy Gapon
avg at FreeBSD.org
Sat Oct 6 18:51:44 UTC 2012
Author: avg
Date: Sat Oct 6 18:51:43 2012
New Revision: 241264
URL: http://svn.freebsd.org/changeset/base/241264
Log:
MFC r240629: g_disk_flushcache definitely should not be traced under
G_T_TOPOLOGY
Modified:
stable/9/sys/geom/geom_disk.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/geom/geom_disk.c
==============================================================================
--- stable/9/sys/geom/geom_disk.c Sat Oct 6 18:50:14 2012 (r241263)
+++ stable/9/sys/geom/geom_disk.c Sat Oct 6 18:51:43 2012 (r241264)
@@ -391,7 +391,7 @@ g_disk_start(struct bio *bp)
error = ENOIOCTL;
break;
case BIO_FLUSH:
- g_trace(G_T_TOPOLOGY, "g_disk_flushcache(%s)",
+ g_trace(G_T_BIO, "g_disk_flushcache(%s)",
bp->bio_to->name);
if (!(dp->d_flags & DISKFLAG_CANFLUSHCACHE)) {
g_io_deliver(bp, ENODEV);
More information about the svn-src-stable-9
mailing list