Btrfs: fix path leakage on subvol deletion
authorJosef Bacik <josef@redhat.com>
Tue, 14 Jun 2011 18:24:32 +0000 (14:24 -0400)
committerJosef Bacik <josef@redhat.com>
Wed, 15 Jun 2011 17:24:45 +0000 (13:24 -0400)
commit71d7aed014457147e8f71a843d5fbf03235e4a85
treebdcb1845959bf6f7ca7f5382a7b53712eefe822a
parent30b4caf5d73af5c99cf1b2b46496d8bc35330992
Btrfs: fix path leakage on subvol deletion

The delayed ref patch accidently removed the btrfs_free_path in
btrfs_unlink_subvol, this puts it back and means we don't leak a path.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/inode.c