linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] readahead.c : fix comment
@ 2010-04-09  2:03 Huang Shijie
  2010-04-09  2:40 ` Wu Fengguang
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Shijie @ 2010-04-09  2:03 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, fengguang.wu, Huang Shijie

fix the wrong comment for page_cache_async_readahead().

Signed-off-by: Huang Shijie <shijie8@gmail.com>
---
 mm/readahead.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/readahead.c b/mm/readahead.c
index dfa9a1a..77506a2 100644
--- a/mm/readahead.c
+++ b/mm/readahead.c
@@ -523,7 +523,7 @@ EXPORT_SYMBOL_GPL(page_cache_sync_readahead);
  * @req_size: hint: total size of the read which the caller is performing in
  *            pagecache pages
  *
- * page_cache_async_ondemand() should be called when a page is used which
+ * page_cache_async_readahead() should be called when a page is used which
  * has the PG_readahead flag; this is a marker to suggest that the application
  * has used up enough of the readahead window that we should start pulling in
  * more pages.
-- 
1.6.6

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] readahead.c : fix comment
  2010-04-09  2:03 [PATCH] readahead.c : fix comment Huang Shijie
@ 2010-04-09  2:40 ` Wu Fengguang
  0 siblings, 0 replies; 2+ messages in thread
From: Wu Fengguang @ 2010-04-09  2:40 UTC (permalink / raw)
  To: Huang Shijie; +Cc: akpm@linux-foundation.org, linux-mm@kvack.org

Good catch, Thanks!

Acked-by: Wu Fengguang <fengguang.wu@intel.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-09  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09  2:03 [PATCH] readahead.c : fix comment Huang Shijie
2010-04-09  2:40 ` Wu Fengguang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).