git: kernel - Fix deep recursion in vm_object_collapse() (2)
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 26 20:15:25 PDT 2011
commit b59b553b7009b6bf9a9a64f2d1e12f3e63509777
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Oct 26 20:14:26 2011 -0700
kernel - Fix deep recursion in vm_object_collapse() (2)
* Fix bug in previous deep recursion commit. A chainlock was being
released too late.
Summary of changes:
sys/vm/vm_object.c | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b59b553b7009b6bf9a9a64f2d1e12f3e63509777
--
DragonFly BSD source repository
More information about the Commits
mailing list