summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkent <kent@web>2015-04-26 03:25:19 -0400
committerKent Overstreet <koverstreet@google.com>2015-04-26 03:25:19 -0400
commit61f96c65462dcf0b97f8c5d2e62fd9bcf25224a3 (patch)
treebb4cbda15fc762ba16da4c52fb46ab4ef03979b3
parent487a07af02cff6dc236c14ed7aed06fff2abe82e (diff)
-rw-r--r--Todo.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Todo.mdwn b/Todo.mdwn
index e20a839..b38f483 100644
--- a/Todo.mdwn
+++ b/Todo.mdwn
@@ -6,4 +6,4 @@ bcache/bcachefs todo list:
* bcachefs: add a mount option to disable journal_push_seq() - so userspace is never waiting on metadata to be synced. Instead, metadata will be persisted after journal_delay_ms (and ordering will be preserved as usual).
-The idea here is that a lot of the time users really don't care about losing the past 10-100 ms of work (client machines, build servers) and would prefer the performance improvement on fsync heavy workloads.
+ The idea here is that a lot of the time users really don't care about losing the past 10-100 ms of work (client machines, build servers) and would prefer the performance improvement on fsync heavy workloads.