Name

jbd2_journal_destroy — Release a journal_t structure.

Synopsis

int jbd2_journal_destroy (journal_t * journal);
 

Arguments

journal_t * journal

Journal to act on.

Description

Release a journal_t structure once it is no longer in use by the journaled object. Return <0 if we couldn't clean up the journal.