jbd2_journal_clear_err (9) Linux Manual Page
jbd2_journal_clear_err – clears the journal’s error state
Synopsis
int jbd2_journal_clear_err(journal_t *journal);
Arguments
journal
-
- journal to act on.
Description
An error must be cleared or acked to take a FS out of readonly mode.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
