From b08878d5abe36d30577c54d264a686c834407181 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 12 Apr 2003 08:41:26 +0000 Subject: Retire the "frontstuff" record keeping, it was no match for the in-band meta-data of BSD labels and a more complex solution will be needed. --- sys/geom/geom_sunlabel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/geom/geom_sunlabel.c') diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c index 8becf01..5ceebc8 100644 --- a/sys/geom/geom_sunlabel.c +++ b/sys/geom/geom_sunlabel.c @@ -174,7 +174,6 @@ g_sunlabel_taste(struct g_class *mp, struct g_provider *pp, int flags) ms->sectorsize = cp->provider->sectorsize; if (ms->sectorsize < 512) break; - gsp->frontstuff = 16 * ms->sectorsize; mediasize = cp->provider->mediasize; buf = g_read_data(cp, 0, ms->sectorsize, &error); if (buf == NULL || error != 0) -- cgit v1.1