commit | da495ecc0fb096b383754952a1c152147bc95b52 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Thu Feb 25 20:38:35 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Mar 08 16:26:50 2010 -0500 |
tree | beec70bea515038c849c1b34836bba2455d90f2b | |
parent | 6bef4d317193d3badbbfa3f3c593758ace84a629 [diff] |
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 <luto@mit.edu> Signed-off-by: Chris Mason <chris.mason@oracle.com>