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

git: kernel - Fix devfs deadlock


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 May 2013 10:45:57 -0700 (PDT)

commit 0180f2fd1b8f687c59b4ac2f15516c71e3d302ab
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue May 14 10:44:36 2013 -0700

    kernel - Fix devfs deadlock
    
    * Fix a devfs deadlock against getnewvnode() due to the devfs master
      lock being held.
    
    * Most evident on 32-bit builds because 64-bit builds don't recycle vnodes
      as quickly.
    
    Reported-by: marino
    Analysis-by: vsrinivas

Summary of changes:
 sys/vfs/devfs/devfs_core.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0180f2fd1b8f687c59b4ac2f15516c71e3d302ab


-- 
DragonFly BSD source repository



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