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

git: devfs - don't propagate on terminate, it's redundant


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

commit e4ff5ef9fab8c016b75c7d782413da414e42c77e
Author: Alex Hornung <ahornung@gmail.com>
Date:   Sun Nov 21 08:44:02 2010 +0000

    devfs - don't propagate on terminate, it's redundant
    
    * Don't propagate the device removal in the cdev terminate op since it
      must have happened before; otherwise something went horribly wrong.
    
    * Verify that the cdev isn't linked into the dev list anymore upon
      terminate. As explained in the commit, this *must* be the case.

Summary of changes:
 sys/vfs/devfs/devfs_core.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4ff5ef9fab8c016b75c7d782413da414e42c77e


-- 
DragonFly BSD source repository



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