1JOURNAL_FORCE_COMMIT(9) The Linux Journalling API JOURNAL_FORCE_COMMIT(9)
2
3
4
6 journal_force_commit - force any uncommitted transactions
7
9 int journal_force_commit(journal_t * journal);
10
12 journal
13 journal to force
14
16 force any uncommitted transactions to disk. May seem kludgy, but it
17 reuses all the handle batching code in a very simple manner.
18
20 Roger Gammans <rgammans@computer-surgery.co.uk>
21 Author.
22
23 Stephen Tweedie <sct@redhat.com>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 JOURNAL_FORCE_COMMIT(9)