From: Yang Li Date: Tue, 21 Nov 2023 01:05:15 +0000 (+0800) Subject: bcachefs: clean up one inconsistent indenting X-Git-Tag: v6.8-rc1~137^2~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=225879f403c6196624f0ed5c118b2cdd7de02e64;p=thirdparty%2Fkernel%2Flinux.git bcachefs: clean up one inconsistent indenting fs/bcachefs/journal_io.c:1843 bch2_journal_write_pick_flush() warn: inconsistent indenting Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7585 Signed-off-by: Yang Li Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/journal_io.c b/fs/bcachefs/journal_io.c index 30fb8e950613b..c46b3bf09fd54 100644 --- a/fs/bcachefs/journal_io.c +++ b/fs/bcachefs/journal_io.c @@ -1850,7 +1850,7 @@ static int bch2_journal_write_pick_flush(struct journal *j, struct journal_buf * (!w->must_flush && (jiffies - j->last_flush_write) < msecs_to_jiffies(c->opts.journal_flush_delay) && test_bit(JOURNAL_MAY_SKIP_FLUSH, &j->flags))) { - w->noflush = true; + w->noflush = true; SET_JSET_NO_FLUSH(w->data, true); w->data->last_seq = 0; w->last_seq = 0;