HAMMER VFS - Fix volume ref count leak in fhtovp code.
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Jan 2010 21:01:43 +0000 (13:01 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Jan 2010 21:01:43 +0000 (13:01 -0800)
commitd978e7cf573cdc68f1e2ae57263605a29dcb9635
tree99f982e00d5c11f068334d17e9d1b07010a6c3d3
parent1ee600fb7b4fd882b22f201fcbc67a0f632b21ac
HAMMER VFS - Fix volume ref count leak in fhtovp code.

* The transaction is left dangling open if the inode could not be found
  in a fhtovp operation, leaking refs on the root volume.  Fix by properly
  closing the transaction.

Reported-by: Jan Lentfer <Jan.Lentfer@web.de>
sys/vfs/hammer/hammer_vfsops.c