Searched hist:"4 a3d049db42b42a36ae84eb8b59d2f5119737253" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | log.c | diff 4a3d049db42b42a36ae84eb8b59d2f5119737253 Thu Dec 10 18:36:25 CST 2020 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Don't wait for journal flush in clean_journal
Commit 588bff95c94e added gfs2_write_log_header() and started using it in clean_journal(), with an additional call to log_flush_wait() at the end of gfs2_write_log_header() which is unnecessary for clean_journal(). Move that call out of gfs2_write_log_header() to restore the previous behavior.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|