git: kernel - Fix devfs deadlock
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue May 14 10:45:57 PDT 2013
commit 0180f2fd1b8f687c59b4ac2f15516c71e3d302ab
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list