看板 DFBSD_commit 關於我們 聯絡資訊
commit 951cde0415725e26217dd3939611aee9f8404b43 Author: Alex Hornung <ahornung@gmail.com> Date: Fri Nov 19 16:09:13 2010 +0000 devfs - Only check rules after inserting into topology * Previously rules were checked in allocp before binding the node into the topology. Since the rule checking itself needs the topology, stuff(TM) didn't work properly. * NOTE: this still doesn't fix the issue of rules not being applied correctly on mount, but it's the first step towards that end. Dragonfly-bug: http://bugs.dragonflybsd.org/issue1885 Summary of changes: sys/vfs/devfs/devfs_core.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/951cde0415725e26217dd3939611aee9f8404b43 -- DragonFly BSD source repository