1JOURNAL_SKIP_RECOVER(9)    The Linux Journalling API   JOURNAL_SKIP_RECOVER(9)
2
3
4

NAME

6       journal_skip_recovery - Start journal and wipe exiting records
7

SYNOPSIS

9       int journal_skip_recovery(journal_t * journal);
10

ARGUMENTS

12       journal
13           journal to startup
14

DESCRIPTION

16       Locate any valid recovery information from the journal and set up the
17       journal structures in memory to ignore it (presumably because the
18       caller has evidence that it is out of date). This function does'nt
19       appear to be exorted..
20
21       We perform one pass over the journal to allow us to tell the user how
22       much recovery information is being erased, and to let us initialise the
23       journal transaction sequence numbers to the next unused ID.
24

AUTHORS

26       Roger Gammans <rgammans@computer-surgery.co.uk>
27           Author.
28
29       Stephen Tweedie <sct@redhat.com>
30           Author.
31
33Kernel Hackers Manual 3.10         June 2019           JOURNAL_SKIP_RECOVER(9)
Impressum