svn commit: r226000 - projects/geom-events/sys/geom/label

Lev A. Serebryakov lev at FreeBSD.org
Tue Oct 4 17:01:45 UTC 2011


Author: lev (ports committer)
Date: Tue Oct  4 17:01:45 2011
New Revision: 226000
URL: http://svn.freebsd.org/changeset/base/226000

Log:
  Add g_notify_*() calls to geom_label

Modified:
  projects/geom-events/sys/geom/label/g_label.c

Modified: projects/geom-events/sys/geom/label/g_label.c
==============================================================================
--- projects/geom-events/sys/geom/label/g_label.c	Tue Oct  4 17:01:31 2011	(r225999)
+++ projects/geom-events/sys/geom/label/g_label.c	Tue Oct  4 17:01:45 2011	(r226000)
@@ -109,6 +109,7 @@ g_label_orphan(struct g_consumer *cp)
 
 	G_LABEL_DEBUG(1, "Label %s removed.",
 	    LIST_FIRST(&cp->geom->provider)->name);
+	g_notify_destroyed(LIST_FIRST(&cp->geom->provider));
 	g_slice_orphan(cp);
 }
 


More information about the svn-src-projects mailing list