git: devfs - Only check rules after inserting into topology

看板DFBSD_commit作者時間15年前 (2010/11/21 17:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CwD_Itx (DFBSD_commit)