From 39714cb212e38a31abbdf01349fcc0211dd6f073 Mon Sep 17 00:00:00 2001 From: thompsa Date: Fri, 10 Apr 2009 04:08:34 +0000 Subject: Revert r190676,190677 The geom and CAM changes for root_hold are the wrong solution for USB design quirks. Requested by: scottl --- sys/geom/raid3/g_raid3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/geom/raid3') diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index cb19ef2..1cbce25 100644 --- a/sys/geom/raid3/g_raid3.c +++ b/sys/geom/raid3/g_raid3.c @@ -3193,7 +3193,7 @@ g_raid3_create(struct g_class *mp, const struct g_raid3_metadata *md) G_RAID3_DEBUG(1, "Device %s created (%u components, id=%u).", sc->sc_name, sc->sc_ndisks, sc->sc_id); - sc->sc_rootmount = root_mount_hold("GRAID3", M_WAITOK); + sc->sc_rootmount = root_mount_hold("GRAID3"); G_RAID3_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount); /* -- cgit v1.1