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
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]