diff options
author | 2011-10-03 23:23:23 -0400 | |
---|---|---|
committer | 2012-03-22 01:45:30 +0100 | |
commit | cddcd800189bc03745d576f913dc57692c6f439a (patch) | |
tree | 361ed5f8c26a9820608de6d0a74f546729c90970 /tools/perf/scripts/python | |
parent | btrfs: Panic on bad rbtree operations (diff) | |
download | linux-dev-cddcd800189bc03745d576f913dc57692c6f439a.tar.xz linux-dev-cddcd800189bc03745d576f913dc57692c6f439a.zip |
btrfs: Fix kfree of member instead of structure
Correctness fix: The kfree calls in the add_delayed_* functions free
the node that's passed into it, but the node is a member of another
structure. It works because it's always the first member of the
containing structure, but it should really be using the containing
structure itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions