Btrfs: fix incorrect freeing in scrub_stripe
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Fri, 9 Jan 2015 08:37:52 +0000 (17:37 +0900)
committerChris Mason <clm@fb.com>
Mon, 19 Jan 2015 21:05:44 +0000 (13:05 -0800)
commit379d6854a2092e38b6e56a8067d922e31461b7e2
tree462d8c7ff2f78b2e391707c4f949428774eb3528
parent98bd5c547ef2300f915fc1adce5b6f25c195d4d4
Btrfs: fix incorrect freeing in scrub_stripe

The address that should be freed is not 'ppath' but 'path'.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Reviewed-by: Miao Xie <miaoxie@huawei.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/scrub.c