DragonFly-2.3.2.340.g1cb12 master sys/vfs/devfs devfs.h devfs_core.c devfs_rules.c

Alex Hornung alexh at crater.dragonflybsd.org
Fri Aug 7 14:48:45 PDT 2009


commit 1cb12919c84023356310f72ca191454679bba3aa
Author: Alex Hornung <ahornung at gmail.com>
Date:   Fri Aug 7 22:32:29 2009 +0100

    DEVFS - delete rule-created aliases on rule reset
    
    * add a new devfs flag, DEVFS_RULE_CREATED, which is set for alias
      nodes created from within the rule system.
    
    * On rule reset, if a node is an alias and has the flag set, it is
      unlinked and freed.

Summary of changes:
 sys/vfs/devfs/devfs.h       |   19 ++++++++++---------
 sys/vfs/devfs/devfs_core.c  |    9 ++++++---
 sys/vfs/devfs/devfs_rules.c |   13 +++++++++++--
 3 files changed, 27 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1cb12919c84023356310f72ca191454679bba3aa


-- 
DragonFly BSD source repository





More information about the Commits mailing list