diff options
author | Waiman Long <longman@redhat.com> | 2019-12-11 16:31:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-05 16:43:51 +0100 |
commit | 2482da809fd30d9e31c2088937d545887ef3cd03 (patch) | |
tree | 12caf23b52a4aae3088fb0f1f59789b7d8c26ebd /fs | |
parent | 0d70361dec88c814665edffa34928735719364d3 (diff) | |
download | linux-stable-2482da809fd30d9e31c2088937d545887ef3cd03.tar.gz linux-stable-2482da809fd30d9e31c2088937d545887ef3cd03.tar.bz2 linux-stable-2482da809fd30d9e31c2088937d545887ef3cd03.zip |
locking/lockdep: Fix lockdep_stats indentation problem
commit a030f9767da1a6bbcec840fc54770eb11c2414b6 upstream.
It was found that two lines in the output of /proc/lockdep_stats have
indentation problem:
# cat /proc/lockdep_stats
:
in-process chains: 25057
stack-trace entries: 137827 [max: 524288]
number of stack traces: 7973
number of stack hash chains: 6355
combined max dependencies: 1356414598
hardirq-safe locks: 57
hardirq-unsafe locks: 1286
:
All the numbers displayed in /proc/lockdep_stats except the two stack
trace numbers are formatted with a field with of 11. To properly align
all the numbers, a field width of 11 is now added to the two stack
trace numbers.
Fixes: 8c779229d0f4 ("locking/lockdep: Report more stack trace statistics")
Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lkml.kernel.org/r/20191211213139.29934-1-longman@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions