journal_destroy(9) Release a journal_t structure.

SYNOPSIS

int journal_destroy(journal_t * journal);

ARGUMENTS

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.

AUTHORS

Roger Gammans <[email protected]>

Author.

Stephen Tweedie <[email protected]>

Author.

COPYRIGHT