projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4906e1
)
mm/vmscan: change comment generic_file_write to __generic_file_aio_write
author
Vincent Li
<
[email protected]
>
Tue, 15 Dec 2009 01:58:49 +0000
(17:58 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 15 Dec 2009 16:53:16 +0000
(08:53 -0800)
Commit
543ade1fc9
("Streamline generic_file_* interfaces and filemap
cleanups") removed generic_file_write() in filemap. Change the comment in
vmscan pageout() to __generic_file_aio_write().
Signed-off-by: Vincent Li <
[email protected]
>
Cc: Christoph Hellwig <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/vmscan.c
patch
|
blob
|
history
diff --git
a/mm/vmscan.c
b/mm/vmscan.c
index d0a631a428a07624b78baa85627b3551541ed62d..61d3a9a0d96f87ec0ff29fdb68908ca13a810e7b 100644
(file)
--- a/
mm/vmscan.c
+++ b/
mm/vmscan.c
@@
-358,7
+358,7
@@
static pageout_t pageout(struct page *page, struct address_space *mapping,
* stalls if we need to run get_block(). We could test
* PagePrivate for that.
*
- * If this process is currently in
generic_file
_write() against
+ * If this process is currently in
__generic_file_aio
_write() against
* this page's queue, we can perform writeback even if that
* will block.
*