Commit ecad96d5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] update filemap_flush() comments

It provides a best-effort, minimum-latency "get all the writeout
underway" function.
parent d456c644
...@@ -161,7 +161,7 @@ EXPORT_SYMBOL(filemap_fdatawrite); ...@@ -161,7 +161,7 @@ EXPORT_SYMBOL(filemap_fdatawrite);
/* /*
* This is a mostly non-blocking flush. Not suitable for data-integrity * This is a mostly non-blocking flush. Not suitable for data-integrity
* purposes. * purposes - I/O may not be started against all dirty pages.
*/ */
int filemap_flush(struct address_space *mapping) int filemap_flush(struct address_space *mapping)
{ {
......
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