Btrfs: fix buffer leak in btrfs_next_old_leaf
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Wed, 4 Jul 2012 14:15:02 +0000 (08:15 -0600)
committerChris Mason <chris.mason@fusionio.com>
Mon, 23 Jul 2012 20:28:03 +0000 (16:28 -0400)
When calling btrfs_next_old_leaf, we were leaking an extent buffer in the
rare case of using the deadlock avoidance code needed for the tree mod log.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>

No differences found