jbd2_journal_force_commit (9) Linux Manual Page
jbd2_journal_force_commit – force any uncommitted transactions
Synopsis
int jbd2_journal_force_commit(journal_t *journal);
Arguments
journal
-
- journal to force
Description
Caller want unconditional commit. We can only force the running transaction if we don’t have an active handle, otherwise, we will deadlock.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
