summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_script.c
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2011-10-04 05:23:23 +0200
committerDavid Sterba <dsterba@suse.cz>2012-03-22 01:45:30 +0100
commitcddcd800189bc03745d576f913dc57692c6f439a (patch)
tree361ed5f8c26a9820608de6d0a74f546729c90970 /fs/binfmt_script.c
parentbtrfs: Panic on bad rbtree operations (diff)
downloadlinux-cddcd800189bc03745d576f913dc57692c6f439a.tar.xz
linux-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 'fs/binfmt_script.c')
0 files changed, 0 insertions, 0 deletions