git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd2ae2
)
Btrfs: fix memory leak in btrfs_parse_early_options()
author
Ilya Dryomov
<idryomov@gmail.com>
Tue, 8 Nov 2011 14:47:55 +0000
(16:47 +0200)
committer
Ilya Dryomov
<idryomov@gmail.com>
Wed, 9 Nov 2011 20:53:38 +0000
(22:53 +0200)
Don't leak subvol_name string in case multiple subvol= options are
given. "The lastest option is effective" behavior (consistent with
subvolid= and subvolrootid= options) is preserved.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
No differences found