Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110656264
D33593.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
393 B
Referenced Files
None
Subscribers
None
D33593.diff
View Options
diff --git a/sys/kern/vfs_mountroot.c b/sys/kern/vfs_mountroot.c
--- a/sys/kern/vfs_mountroot.c
+++ b/sys/kern/vfs_mountroot.c
@@ -1040,6 +1040,8 @@
* to behave exactly as it used to work before.
*/
vfs_mountroot_wait();
+ if (parse_mount_dev_present(dev))
+ return (0);
printf("mountroot: waiting for device %s...\n", dev);
delay = hz / 10;
timeout = root_mount_timeout * hz;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 1:01 PM (2 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16771925
Default Alt Text
D33593.diff (393 B)
Attached To
Mode
D33593: vfs_mountroot: Check for root dev before waiting
Attached
Detach File
Event Timeline
Log In to Comment