HAMMER VFS: Add missing hammer_rel_volume() call in deadlock/retry case.
commit015c7d5bfd4cfd4848ac2864716d1d91aca5771d
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 25 Feb 2009 18:39:42 +0000 (25 10:39 -0800)
committerThomas Nikolajsen <thomas@dragonflybsd.org>
Wed, 22 Apr 2009 06:10:27 +0000 (22 08:10 +0200)
tree480c951fce95b920d3ab60109d03290aaca1ab51
parent31e17398948035bd0ce33d814c7a1e587995243a
HAMMER VFS: Add missing hammer_rel_volume() call in deadlock/retry case.

A late collision in hammer_get_buffer() could result in a ref count leak
on a hammer_volume structure.  Fix the leak.
sys/vfs/hammer/hammer_ondisk.c