HAMMER VFS: Add missing hammer_rel_volume() call in deadlock/retry case.
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 25 Feb 2009 18:39:42 +0000 (10:39 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 25 Feb 2009 18:39:42 +0000 (10:39 -0800)
commit530dd4947cb729aeaa1e5b57df82ff510cb0a49b
tree2f2117e659a64877669fe1d1f5fb9acf7220a3d5
parent224ac2f214e12a43802184e21404c00f6fb1e554
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