From: Arne Wiebalck <[email protected]>

The writeback_rate is displayed in bytes per sec, but needs to
be set in sectors per sec. This patch amends the documentation
accordingly.
---
 Documentation/bcache.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/bcache.txt b/Documentation/bcache.txt
index 32b6c31..5643751 100644
--- a/Documentation/bcache.txt
+++ b/Documentation/bcache.txt
@@ -268,9 +268,9 @@ writeback_percent
   the rate.
 
 writeback_rate
-  Rate in sectors per second - if writeback_percent is nonzero, background
+  Rate in bytes per second - if writeback_percent is nonzero, background
   writeback is throttled to this rate. Continuously adjusted by bcache but may
-  also be set by the user.
+  also be set by the user (in sectors per second).
 
 writeback_running
   If off, writeback of dirty data will not take place at all. Dirty data will
-- 
1.8.3.2.634.g7a3187e

--
To unsubscribe from this list: send the line "unsubscribe linux-bcache" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to