aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorTetsuo Handa <[email protected]>2014-04-03 14:47:07 -0700
committerLinus Torvalds <[email protected]>2014-04-03 16:20:56 -0700
commitf81c20158f8d5f7938d5eb86ecc42ecc09273ce6 (patch)
treedf83ec2d74fa6c32792fc008967029b09c9f8f4b /tools/perf/scripts/python/bin
parentf7cf4f5bfe073ad792ab49c04f247626b3e38db6 (diff)
ocfs2: fix panic on kfree(xattr->name)
Commit 9548906b2bb7 ('xattr: Constify ->name member of "struct xattr"') missed that ocfs2 is calling kfree(xattr->name). As a result, kernel panic occurs upon calling kfree(xattr->name) because xattr->name refers static constant names. This patch removes kfree(xattr->name) from ocfs2_mknod() and ocfs2_symlink(). Signed-off-by: Tetsuo Handa <[email protected]> Reported-by: Tariq Saeed <[email protected]> Tested-by: Tariq Saeed <[email protected]> Reviewed-by: Srinivas Eeda <[email protected]> Cc: Joel Becker <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: <[email protected]> [3.12+] Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions