From: Josef Bacik Date: Thu, 25 Feb 2010 20:38:35 +0000 (+0000) Subject: Btrfs: kfree correct pointer during mount option parsing X-Git-Tag: v2.6.34-rc2~278^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da495ecc0fb096b383754952a1c152147bc95b52;p=pandora-kernel.git Btrfs: kfree correct pointer during mount option parsing We kstrdup the options string, but then strsep screws with the pointer, so when we kfree() it, we're not giving it the right pointer. Tested-by: Andy Lutomirski Signed-off-by: Chris Mason --- Reading git-diff-tree failed