summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/geom/geom_sunlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c
index 49d6d9c..ca5157a 100644
--- a/sys/geom/geom_sunlabel.c
+++ b/sys/geom/geom_sunlabel.c
@@ -269,7 +269,7 @@ g_sunlabel_taste(struct g_class *mp, struct g_provider *pp, int flags)
} while (0);
g_access_rel(cp, -1, 0, 0);
if (LIST_EMPTY(&gp->provider)) {
- g_std_spoiled(cp);
+ g_slice_spoiled(cp);
return (NULL);
} else {
g_slice_conf_hot(gp, 0, 0, SUN_SIZE,
OpenPOWER on IntegriCloud