1JOURNAL_FLUSH(9)           The Linux Journalling API          JOURNAL_FLUSH(9)
2
3
4

NAME

6       journal_flush - Flush journal
7

SYNOPSIS

9       int journal_flush(journal_t * journal);
10

ARGUMENTS

12       journal
13           Journal to act on.
14

DESCRIPTION

16       Flush all data for a given journal to disk and empty the journal.
17       Filesystems can use this when remounting readonly to ensure that
18       recovery does not need to happen on remount.
19

AUTHORS

21       Roger Gammans <rgammans@computer-surgery.co.uk>
22           Author.
23
24       Stephen Tweedie <sct@redhat.com>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019                  JOURNAL_FLUSH(9)
Impressum