summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.h
diff options
context:
space:
mode:
authorEric Sandeen2014-08-17 22:09:21 +0200
committerChris Mason2014-08-21 16:55:29 +0200
commita3c108950d8e0bfcf48856cc159956022a7ad925 (patch)
treee158d7b90824bea47a772c2386487aec62a2de3b /fs/btrfs/qgroup.h
parentbtrfs: Use right extent length when inserting overlap extent map. (diff)
downloadkernel-qcow2-linux-a3c108950d8e0bfcf48856cc159956022a7ad925.tar.gz
kernel-qcow2-linux-a3c108950d8e0bfcf48856cc159956022a7ad925.tar.xz
kernel-qcow2-linux-a3c108950d8e0bfcf48856cc159956022a7ad925.zip
btrfs: fix leak in qgroup_subtree_accounting() error path
Coverity pointed this out; in the newly added qgroup_subtree_accounting(), if btrfs_find_all_roots() returns an error, we leak at least the parents pointer, and possibly the roots pointer, depending on what failure occurs. If btrfs_find_all_roots() returns an error, we need to free up all allocations before we return. "roots" is initialized to NULL, so it should be safe to free it unconditionally (ulist_free() handles that case). Cc: Mark Fasheh <mfasheh@suse.de> Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Mark Fasheh <mfasheh@suse.de> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/qgroup.h')
0 files changed, 0 insertions, 0 deletions