DragonFly BSD
DragonFly commits List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_conf.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 31 May 2004 10:38:09 -0700 (PDT)

dillon      2004/05/31 10:38:09 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_conf.c 
  Log:
  In the root fs search use the correct unit number when checking for
  device existinance.  The new device infrastructure often registers disk
  unist separately, so looking up unit 0 when only unit N exists will not
  succeed.  We might want to later augment this with the slice and partition
  number (which are 0 at the time the search is made prior to the real lookup),
  but this should work for now.
  
  Submitted-by: Hiroki Sato <hrs@xxxxxxxxxx>
  
  Revision  Changes    Path
  1.9       +1 -1      src/sys/kern/vfs_conf.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_conf.c.diff?r1=1.8&r2=1.9&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]