commit | 4141fde0be05beb529ee6433b9808f815254901b | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@gmail.com> | Sat Dec 25 18:40:15 2021 -0500 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:09:19 2023 -0400 |
tree | dad1b32885b9ae4c9978b564e5599de1a6114256 | |
parent | e75b2d4c1c829142f8e3e64a9b3cf7faedcfb640 [diff] |
bcachefs: Fix bch2_journal_meta() This patch ensures that the journal entry written gets written as flush entry, which is important for the shutdown path - the last entry written needs to be a flush entry. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>