other versions
JBD2_JOURNAL_CLEAR_E(9) | The Linux Journalling API | JBD2_JOURNAL_CLEAR_E(9) |
NAME¶
jbd2_journal_clear_err - clears the journal's error state
SYNOPSIS¶
int jbd2_journal_clear_err(journal_t * journal);
ARGUMENTS¶
journal_t * 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@computer-surgery.co.uk>
Author.
Stephen Tweedie <sct@redhat.com>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |