cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Jul 27 09:04:18 GMT 2005


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


More information about the cvs-all mailing list