other versions
JBD2_JOURNAL_FORCE_C(9) | The Linux Journalling API | JBD2_JOURNAL_FORCE_C(9) |
NAME¶
jbd2_journal_force_commit - force any uncommitted transactions
SYNOPSIS¶
int jbd2_journal_force_commit(journal_t * journal);
ARGUMENTS¶
journal_t * 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@computer-surgery.co.uk>
Author.
Stephen Tweedie <sct@redhat.com>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |