git: vfs_synth - rewrite

看板DFBSD_commit作者時間16年前 (2010/03/14 21:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 4c83c1d38c3f000618b4d9d46f6e5a50a1655af8 Author: Alex Hornung <ahornung@gmail.com> Date: Sun Mar 14 08:57:36 2010 +0000 vfs_synth - rewrite * Rewrite the whole vfs_synth mess to be compatible with devfs. Now we create a synthetic mountpoint and mount devfs on it. We then just nlookup() whatever device we need on that mountpoint. * This also fixes vinum rootmount. To use vinum as a root, vfs.root.mountfrom in /boot/loader.conf has to be set to "<fs>:vinum/vinumroot" where <fs> can be ufs or hammer. Reported-by: Rumko, tuxillo Dragonfly-bug: http://bugs.dragonflybsd.org/issue1565 Summary of changes: sys/kern/vfs_synth.c | 210 ++++++++++++++++++++----------------------------- 1 files changed, 86 insertions(+), 124 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4c83c1d38c3f000618b4d9d46f6e5a50a1655af8 -- DragonFly BSD source repository
文章代碼(AID): #1BdDuKdv (DFBSD_commit)