aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2018-05-29 16:29:39 +0200
committerGreg Kroah-Hartman <[email protected]>2018-06-01 10:47:43 +0200
commitd0202661d86b3907a3c01123e8ba28fc534bb414 (patch)
treef5bfac63c20e4d4ed1ff693c65f1b58abc05dac9 /tools/perf/scripts/python/call-graph-from-sql.py
parent4d883eeac4e3c2b89a32d64b1b1a25e8c60f5537 (diff)
staging: lustre: no need to check debugfs return values
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. Clean up the lustre core code by not caring about the value of debugfs calls. This ends up removing a number of lines of code that are not needed. Note, more work is needed to remove the unneeded debugfs wrapper functions in the future. Cc: Oleg Drokin <[email protected]> Cc: Andreas Dilger <[email protected]> Cc: James Simmons <[email protected]> Cc: NeilBrown <[email protected]> Cc: Ben Evans <[email protected]> Cc: Arvind Yadav <[email protected]> Cc: "John L. Hammond" <[email protected]> Cc: Dafna Hirschfeld <[email protected]> Cc: Mathias Rav <[email protected]> Cc: "Gustavo A. R. Silva" <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions