summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_bsd.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-12 08:41:26 +0000
committerphk <phk@FreeBSD.org>2003-04-12 08:41:26 +0000
commitb08878d5abe36d30577c54d264a686c834407181 (patch)
tree70cab99eb5820539898b98912bd153898958a78c /sys/geom/geom_bsd.c
parente9d1c65d22261411dd6170529ca7f925989dca05 (diff)
downloadFreeBSD-src-b08878d5abe36d30577c54d264a686c834407181.zip
FreeBSD-src-b08878d5abe36d30577c54d264a686c834407181.tar.gz
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.
Diffstat (limited to 'sys/geom/geom_bsd.c')
-rw-r--r--sys/geom/geom_bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c
index 3dccb88..afef301 100644
--- a/sys/geom/geom_bsd.c
+++ b/sys/geom/geom_bsd.c
@@ -462,7 +462,6 @@ g_bsd_try(struct g_geom *gp, struct g_slicer *gsp, struct g_consumer *cp, int se
/* If we had a label, record it properly. */
if (error == 0) {
- gsp->frontstuff = 16 * secsize; /* XXX */
ms->labeloffset = offset;
g_topology_lock();
g_slice_conf_hot(gp, 0, offset, g_bsd_ondisk_size());
OpenPOWER on IntegriCloud