journal_load(9) Read journal from disk.

SYNOPSIS

int journal_load(journal_t * journal);

ARGUMENTS

journal

Journal to act on.

DESCRIPTION

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.

AUTHORS

Roger Gammans <[email protected]>

Author.

Stephen Tweedie <[email protected]>

Author.

COPYRIGHT