jbd2_journal_unlock_updates (9) Linux Manual Page
jbd2_journal_unlock_updates – release barrier
Synopsis
void jbd2_journal_unlock_updates(journal_t *journal);
Arguments
journal
-
- Journal to release the barrier on.
Description
Release a transaction barrier obtained with jbd2_journal_lock_updates.
Should be called without the journal lock held.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
