summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_sunlabel.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-04 09:54:13 +0000
committerphk <phk@FreeBSD.org>2002-04-04 09:54:13 +0000
commitfd177bc9595b9076f3b0010d5c8d15d431382251 (patch)
treec6baa9879fc1591197958488bdcaff9076c51439 /sys/geom/geom_sunlabel.c
parent069aa8e324a61f68be3ba5e22bf5fff15ddf4f09 (diff)
downloadFreeBSD-src-fd177bc9595b9076f3b0010d5c8d15d431382251.zip
FreeBSD-src-fd177bc9595b9076f3b0010d5c8d15d431382251.tar.gz
Move access and orphan member functions from class to geom.
Sponsored by: DARPA & NAI Labs
Diffstat (limited to 'sys/geom/geom_sunlabel.c')
-rw-r--r--sys/geom/geom_sunlabel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c
index c7ab320..d31dad3 100644
--- a/sys/geom/geom_sunlabel.c
+++ b/sys/geom/geom_sunlabel.c
@@ -187,8 +187,6 @@ g_sunlabel_taste(struct g_class *mp, struct g_provider *pp, int flags)
static struct g_class g_sunlabel_class = {
SUNLABEL_CLASS_NAME,
g_sunlabel_taste,
- g_slice_access,
- g_slice_orphan,
NULL,
G_CLASS_INITSTUFF
};
OpenPOWER on IntegriCloud