commit | 896533a7da929136d0432713f02a3edffece2826 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Wed May 17 09:49:37 2017 -0400 |
committer | David Sterba <dsterba@suse.com> | Thu Jun 01 16:56:31 2017 +0200 |
tree | 0026603a4f0d5d5064a6602a6224dc2f3c28be9b | |
parent | cc2b702c52094b637a351d7491ac5200331d0445 [diff] |
btrfs: fix memory leak in update_space_info failure path If we fail to add the space_info kobject, we'll leak the memory for the percpu counter. Fixes: 6ab0a2029c (btrfs: publish allocation data in sysfs) Cc: <stable@vger.kernel.org> # v3.14+ Signed-off-by: Jeff Mahoney <jeffm@suse.com> Reviewed-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>