summaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2011-10-04 07:23:23 +0400
committerDavid Sterba <dsterba@suse.cz>2012-03-22 04:45:30 +0400
commitcddcd800189bc03745d576f913dc57692c6f439a (patch)
tree361ed5f8c26a9820608de6d0a74f546729c90970 /fs/btrfs/root-tree.c
parent43c04fb1b8c9f45d971bb53d7cbbcda8ee85716b (diff)
downloadlinux-cddcd800189bc03745d576f913dc57692c6f439a.tar.xz
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 'fs/btrfs/root-tree.c')
0 files changed, 0 insertions, 0 deletions