jbd2_journal_flush (9) Linux Manual Page
jbd2_journal_flush – Flush journal
Synopsis
int jbd2_journal_flush(journal_t *journal);
Arguments
journal
-
- Journal to act on.
Description
Flush all data for a given journal to disk and empty the journal. Filesystems can use this when remounting readonly to ensure that recovery does not need to happen on remount.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
