summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dev.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-25 07:40:54 +0000
committerphk <phk@FreeBSD.org>2004-10-25 07:40:54 +0000
commit5065a91152dd8199aa724a1a5453c76271d955a6 (patch)
tree6cdea458a9b65ffdc9547b0544a99701a3dc2ba8 /sys/geom/geom_dev.c
parentc0959741f797bce5d58c6f799b3bc39a4905b2ca (diff)
downloadFreeBSD-src-5065a91152dd8199aa724a1a5453c76271d955a6.zip
FreeBSD-src-5065a91152dd8199aa724a1a5453c76271d955a6.tar.gz
Retire si_stripesize and si_stripeoffset they will not be needed in cdev
in the future.
Diffstat (limited to 'sys/geom/geom_dev.c')
-rw-r--r--sys/geom/geom_dev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c
index 8b44882..4b92df3 100644
--- a/sys/geom/geom_dev.c
+++ b/sys/geom/geom_dev.c
@@ -142,8 +142,6 @@ g_dev_taste(struct g_class *mp, struct g_provider *pp, int insist __unused)
mtx_unlock(&Giant);
g_topology_lock();
dev->si_iosize_max = MAXPHYS;
- dev->si_stripesize = pp->stripesize;
- dev->si_stripeoffset = pp->stripeoffset;
gp->softc = dev;
dev->si_drv1 = gp;
dev->si_drv2 = cp;
OpenPOWER on IntegriCloud