other versions
- stretch 4.9.168-1
JBD2_JOURNAL_DESTROY(9) | The Linux Journalling API | JBD2_JOURNAL_DESTROY(9) |
NAME¶
jbd2_journal_destroy - Release a journal_t structure.SYNOPSIS¶
int jbd2_journal_destroy(journal_t * journal);
ARGUMENTS¶
journalJournal 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@computer-surgery.co.uk>Author.
Stephen Tweedie <sct@redhat.com>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |