mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
bcache: Correct printing of btree_gc_max_duration_ms
time_stats::btree_gc_max_duration_mc is not bit shifted by 8 Fixes BUG #138 Change-Id: I44fc6e1d0579674016acc533f1a546b080e5371a Signed-off-by: Surbhi Palande <sap@daterainc.com>
This commit is contained in:
parent
2452cc8906
commit
5b25abade2
@ -416,8 +416,8 @@ do { \
|
||||
average_frequency, frequency_units); \
|
||||
__print_time_stat(stats, name, \
|
||||
average_duration, duration_units); \
|
||||
__print_time_stat(stats, name, \
|
||||
max_duration, duration_units); \
|
||||
sysfs_print(name ## _ ##max_duration ## _ ## duration_units, \
|
||||
div_u64((stats)->max_duration, NSEC_PER_ ## duration_units));\
|
||||
\
|
||||
sysfs_print(name ## _last_ ## frequency_units, (stats)->last \
|
||||
? div_s64(local_clock() - (stats)->last, \
|
||||
|
Loading…
Reference in New Issue
Block a user