From ae43a58d97fc00e31770142da832fb8a249808eb Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 23 Oct 2022 17:39:22 -0400 Subject: Update bcachefs sources to 70fa0c1ff4 fixup! bcachefs: Btree key cache improvements --- libbcachefs/journal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbcachefs/journal.h') diff --git a/libbcachefs/journal.h b/libbcachefs/journal.h index 9428f423..51d29a01 100644 --- a/libbcachefs/journal.h +++ b/libbcachefs/journal.h @@ -29,8 +29,8 @@ * * Synchronous updates are specified by passing a closure (@flush_cl) to * bch2_btree_insert() or bch_btree_insert_node(), which then pass that parameter - * down to the journalling code. That closure will will wait on the journal - * write to complete (via closure_wait()). + * down to the journalling code. That closure will wait on the journal write to + * complete (via closure_wait()). * * If the index update wasn't synchronous, the journal entry will be * written out after 10 ms have elapsed, by default (the delay_ms field -- cgit v1.2.3