diff options
author | Vincent Li <macli@brc.ubc.ca> | 2009-12-14 20:58:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:53:16 -0500 |
commit | 6aceb53be44ed55a2374c20a62e3aef9d3919e8d (patch) | |
tree | 14092867e419d7c11e5e0202f9041247e0f4824d /mm/vmscan.c | |
parent | d4906e1aa516cc965292b43b5a26122dd4344e7e (diff) |
mm/vmscan: change comment generic_file_write to __generic_file_aio_write
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 <macli@brc.ubc.ca>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index d0a631a428a0..61d3a9a0d96f 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -358,7 +358,7 @@ static pageout_t pageout(struct page *page, struct address_space *mapping, | |||
358 | * stalls if we need to run get_block(). We could test | 358 | * stalls if we need to run get_block(). We could test |
359 | * PagePrivate for that. | 359 | * PagePrivate for that. |
360 | * | 360 | * |
361 | * If this process is currently in generic_file_write() against | 361 | * If this process is currently in __generic_file_aio_write() against |
362 | * this page's queue, we can perform writeback even if that | 362 | * this page's queue, we can perform writeback even if that |
363 | * will block. | 363 | * will block. |
364 | * | 364 | * |