cvs commit: src/sys/kern vfs_conf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon May 31 10:38:55 PDT 2004
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 at 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
More information about the Commits
mailing list