.\" 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_DIRTY_DATA" "" "06 October 2005" "" "" .SH NAME journal_dirty_data \- mark a buffer as containing dirty data which .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int journal_dirty_data (handle_t * \fIhandle\fB, struct buffer_head * \fIbh\fB); \fR .SH "ARGUMENTS" .TP \fB\fIhandle\fB\fR transaction .TP \fB\fIbh\fB\fR bufferhead to mark .SH "DESCRIPTION" .PP The buffer is placed on the transaction's data list and is marked as belonging to the transaction. .PP Returns error number or 0 on success. .PP \fBjournal_dirty_data\fR can be called via page_launder->ext3_writepage by kswapd. .SH "DESCRIPTION" .PP The buffer is placed on the transaction's data list and is marked as belonging to the transaction. .PP Returns error number or 0 on success. .PP \fBjournal_dirty_data\fR can be called via page_launder->ext3_writepage by kswapd.