1. NAME▲
journal_dirty_data - mark a buffer as containing dirty data to be flushed
2. SYNOPSIS ▲
int journal_dirty_data(handle_t * handle , struct buffer_head * bh );
3. ARGUMENTS ▲
handle
transaction
bh
bufferhead to mark
4. DESCRIPTION ▲
Mark a buffer as containing dirty data which needs to be flushed before we can commit the current transaction.
The buffer is placed on the transactionAqs data list and is marked as belonging to the transaction.
Returns error number or 0 on success.
journal_dirty_data can be called via page_launder->ext3_writepage by kswapd.
5. AUTHORS ▲
Roger Gammans <>
Author.
Stephen Tweedie <>
Author.
6. COPYRIGHT ▲