Skip to content

Commit 926a4fa

Browse files
Tang Yizhoukawasaki
authored andcommitted
blk-wbt: doc: Update the doc of the wbt_lat_usec interface
The symbol wb_window_usec cannot be found. Update the doc to reflect the latest implementation, in other words, the cur_win_nsec member of struct rq_wb. Signed-off-by: Tang Yizhou <[email protected]>
1 parent 174a63c commit 926a4fa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Documentation/ABI/stable/sysfs-block

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,11 +731,11 @@ Contact: [email protected]
731731
Description:
732732
[RW] If the device is registered for writeback throttling, then
733733
this file shows the target minimum read latency. If this latency
734-
is exceeded in a given window of time (see wb_window_usec), then
735-
the writeback throttling will start scaling back writes. Writing
736-
a value of '0' to this file disables the feature. Writing a
737-
value of '-1' to this file resets the value to the default
738-
setting.
734+
is exceeded in a given window of time (see the cur_win_nsec
735+
member of struct rq_wb), then the writeback throttling will
736+
start scaling back writes. Writing a value of '0' to this file
737+
disables the feature. Writing a value of '-1' to this file
738+
resets the value to the default setting.
739739

740740

741741
What: /sys/block/<disk>/queue/write_cache

0 commit comments

Comments
 (0)