Commit 79cd789d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fix __filemap_fdatawrite() comment

It was old.
parent fa029a6a
......@@ -129,10 +129,10 @@ static inline int sync_page(struct page *page)
* filemap_fdatawrite - start writeback against all of a mapping's dirty pages
* @mapping: address space structure to write
*
* This is a "data integrity" operation, as opposed to a regular memory
* cleansing writeback. The difference between these two operations is that
* if a dirty page/buffer is encountered, it must be waited upon, and not just
* skipped over.
* If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
* opposed to a regular memory * cleansing writeback. The difference between
* these two operations is that if a dirty page/buffer is encountered, it must
* be waited upon, and not just skipped over.
*/
static int __filemap_fdatawrite(struct address_space *mapping, int sync_mode)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment