DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: devfs - Only check rules after inserting into topology


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Nov 2010 00:55:38 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]