1JOURNAL_DESTROY(9) The Linux Journalling API JOURNAL_DESTROY(9)
2
3
4
6 journal_destroy - Release a journal_t structure.
7
9 int journal_destroy(journal_t * journal);
10
12 journal
13 Journal to act on.
14
16 Release a journal_t structure once it is no longer in use by the
17 journaled object. Return <0 if we couldnĀ“t clean up the journal.
18
20 Roger Gammans <rgammans@computer-surgery.co.uk>
21 Author.
22
23 Stephen Tweedie <sct@redhat.com>
24 Author.
25
27Kernel Hackers Manual 2.6. June 2019 JOURNAL_DESTROY(9)