From: Huang Shijie Date: Mon, 24 May 2010 21:32:36 +0000 (-0700) Subject: readahead.c: fix comment X-Git-Tag: v2.6.35-rc1~367 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bf8abe8b926f7546eb763fd2a088fe461dde6317;p=~shefty%2Frdma-dev.git readahead.c: fix comment Fix a wrong comment over page_cache_async_readahead(). Signed-off-by: Huang Shijie Acked-by: Wu Fengguang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/readahead.c b/mm/readahead.c index dfa9a1a03a1..77506a291a2 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.