aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorLaura Abbott <[email protected]>2016-03-15 14:55:02 -0700
committerLinus Torvalds <[email protected]>2016-03-15 16:55:16 -0700
commit804aa132d341cc5838b710e62de02d62e6ad0185 (patch)
tree430d86b2278800229737058fef66befbc8b86a13 /tools/perf/scripts/python/export-to-postgresql.py
parent282acb436176db665b6d61688ca5885a09cbdace (diff)
slub: fix/clean free_debug_processing return paths
Since commit 19c7ff9ecd89 ("slub: Take node lock during object free checks") check_object has been incorrectly returning success as it follows the out label which just returns the node. Thanks to refactoring, the out and fail paths are now basically the same. Combine the two into one and just use a single label. Credit to Mathias Krause for the original work which inspired this series Signed-off-by: Laura Abbott <[email protected]> Acked-by: Christoph Lameter <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: David Rientjes <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: Kees Cook <[email protected]> Cc: Mathias Krause <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions