git: DragonFly_RELEASE_3_4 kernel - Fix devfs deadlock
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue May 14 10:46:43 PDT 2013
commit 6a92f264327c02148673ae2da128dce5c7366029
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/6a92f264327c02148673ae2da128dce5c7366029
--
DragonFly BSD source repository
More information about the Commits
mailing list