git: HAMMER VFS - Fix hammer lock assertion panic when REDO recovery fails
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Apr 13 21:29:53 PDT 2010
commit 86327cc934d0b5b17f2a845e49b091b7cab0b413
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Apr 13 21:27:49 2010 -0700
HAMMER VFS - Fix hammer lock assertion panic when REDO recovery fails
* REDO recovery failed to release a buffer in its error path, resulting
in a panic later on. This patch adds the proper release.
Reported-by: Venkatesh Srinivas <me at acm.jhu.edu>
Summary of changes:
sys/vfs/hammer/hammer_recover.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/86327cc934d0b5b17f2a845e49b091b7cab0b413
--
DragonFly BSD source repository
More information about the Commits
mailing list