From eb467446d554f35934e398955fb9792fd5df2f34 Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 27 Jul 2005 09:03:51 +0000 Subject: Use root_mount KPI for RAID3 to delay root file system mount. Actually, one cannot setup root file system on RAID3 device, but when other file system exist in /etc/fstab which are placed on RAID3 device, boot process will be interrupted when these devices are missing. MFC after: 3 days X-MFC-note: MFC only to RELENG_6, as RELENG_5 doesn't have root_mount KPI. --- sys/geom/raid3/g_raid3.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/geom/raid3/g_raid3.h') diff --git a/sys/geom/raid3/g_raid3.h b/sys/geom/raid3/g_raid3.h index 0f4ac18..b666c8a 100644 --- a/sys/geom/raid3/g_raid3.h +++ b/sys/geom/raid3/g_raid3.h @@ -202,6 +202,8 @@ struct g_raid3_softc { struct mtx sc_events_mtx; struct callout sc_callout; + + struct root_hold_token *sc_rootmount; }; #define sc_name sc_geom->name -- cgit v1.1