Update on-disk journal structure.
int journal_update_format(journal_t * journal);
journal
Journal to act on.
Given an initialised but unloaded journal struct, poke about in the on-disk structure to update it to the most recent supported version.
Roger Gammans <[email protected]>
Author.
Stephen Tweedie <[email protected]>