.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "JOURNAL_ERRNO" "" "06 October 2005" "" "" .SH NAME journal_errno \- returns the journal's error state. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int journal_errno (journal_t * \fIjournal\fB); \fR .SH "ARGUMENTS" .TP \fB\fIjournal\fB\fR journal to examine. .SH "DESCRIPTION" .PP This is the errno numbet set with \fBjournal_abort\fR, the last time the journal was mounted - if the journal was stopped without calling abort this will be 0. .PP If the journal has been aborted on this mount time -EROFS will be returned.