git: DEVFS - Make synchronization prior to mountroot more robust

看板DFBSD_commit作者時間16年前 (2009/08/10 11:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 1c0fe2ad042353c419ebe87bfcd7266612b25597 Author: Matthew Dillon <dillon@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
文章代碼(AID): #1AVvIuHU (DFBSD_commit)