git: DEVFS - Make synchronization prior to mountroot more robust
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Aug 9 20:30:28 PDT 2009
commit 1c0fe2ad042353c419ebe87bfcd7266612b25597
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Aug 9 20:25:57 2009 -0700
DEVFS - Make synchronization prior to mountroot more robust
* A single disk_config() + devfs_config() isn't enough, call them twice.
(tested with TWA driver which seems to trigger the problem).
Not exactly sure why one pass doesn't do the job but I think
pending devfs commands might trigger additional disk probe
operations.
Summary of changes:
sys/kern/vfs_conf.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1c0fe2ad042353c419ebe87bfcd7266612b25597
--
DragonFly BSD source repository
More information about the Commits
mailing list