Skip to content

Commit 0de1f3e

Browse files
bobolopoliskdave
authored andcommitted
btrfs-progs: docs: fix typo in device stats name read_io_errs
The value is called read_io_errs elsewhere. Pull-request: #1032 Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent c4c1765 commit 0de1f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/btrfs-device.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ filesystem lifetime or from a scrub run.
230230
write_io_errs
231231
Failed writes to the block devices, means that the layers beneath the
232232
filesystem were not able to satisfy the write request.
233-
read_io_errors
233+
read_io_errs
234234
Read request analogy to write_io_errs.
235235
flush_io_errs
236236
Number of failed writes with the *FLUSH* flag set. The flushing is a method of

0 commit comments

Comments
 (0)