Read journal from disk.
int journal_load(journal_t * journal);
journal
Journal to act on.
Given a journal_t structure which tells us which disk blocks contain a journal, read the journal from disk to initialise the in-memory structures.
Roger Gammans <[email protected]>
Author.
Stephen Tweedie <[email protected]>