jbd2_journal_destroy (9) Linux Manual Page
jbd2_journal_destroy – Release a journal_t structure.
Synopsis
int jbd2_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 <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
