summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_sunlabel.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-02 06:33:26 +0000
committerphk <phk@FreeBSD.org>2003-05-02 06:33:26 +0000
commit077126a4bec479afef1551082d84286a35c45ee0 (patch)
tree1b32040a6986ab60113deee7283a6bfa1ca5b244 /sys/geom/geom_sunlabel.c
parent4ac5216f830b5fc89262d7720e52038ab0a96d9e (diff)
downloadFreeBSD-src-077126a4bec479afef1551082d84286a35c45ee0.zip
FreeBSD-src-077126a4bec479afef1551082d84286a35c45ee0.tar.gz
Use g_slice_spoiled() rather than g_std_spoiled().
Diffstat (limited to 'sys/geom/geom_sunlabel.c')
-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