jbd2_journal_unlock_updates(9) 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 <[email protected]>

Author.

Stephen Tweedie <[email protected]>

Author.

COPYRIGHT