jbd2_journal_update_sb_errno (9) Linux Manual Page
jbd2_journal_update_sb_errno – Update error in the journal.
Synopsis
void jbd2_journal_update_sb_errno(journal_t *journal);
Arguments
journal
-
- The journal to update.
Description
Update a journal’s errno. Write updated superblock to disk waiting for IO to complete.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
