Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 09:03:51 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h
Message-ID:  <200507270903.j6R93pCU022783@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-07-27 09:03:51 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/raid3       g_raid3.c g_raid3.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.41      +26 -0     src/sys/geom/raid3/g_raid3.c
  1.12      +2 -0      src/sys/geom/raid3/g_raid3.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507270903.j6R93pCU022783>