From: Josef Bacik Date: Tue, 14 Jun 2011 18:24:32 +0000 (-0400) Subject: Btrfs: fix path leakage on subvol deletion X-Git-Tag: v3.0-rc4~9^2~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d7aed014457147e8f71a843d5fbf03235e4a85;p=pandora-kernel.git 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 --- Reading git-diff-tree failed