From ff567530a0a03c1da3fb9e50ffeb1fe877e887bd Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 19 Mar 2008 17:01:02 -0700 Subject: [PATCH] --- yaml --- r: 87511 b: refs/heads/master c: f7850d932fc69cb4bad83117f0bef1a658cce350 h: refs/heads/master i: 87509: 4531806ca98cca413ab043fdda4d0359e8013c53 87507: 0d8313663b89533623a78f519de14da4f5eebfe9 87503: 4a1956343dec4b418877c275747eaf58e30e334f v: v3 --- [refs] | 2 +- trunk/mm/readahead.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 621cfd932adc..b68bedaa8167 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08ca0db8aa2db4ddcf487d46d85dc8ffb22162cc +refs/heads/master: f7850d932fc69cb4bad83117f0bef1a658cce350 diff --git a/trunk/mm/readahead.c b/trunk/mm/readahead.c index c9c50ca1ec38..8762e8988972 100644 --- a/trunk/mm/readahead.c +++ b/trunk/mm/readahead.c @@ -443,9 +443,10 @@ EXPORT_SYMBOL_GPL(page_cache_sync_readahead); * pagecache pages * * page_cache_async_ondemand() should be called when a page is used which - * has the PG_readahead flag: this is a marker to suggest that the application + * 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. */ + * more pages. + */ void page_cache_async_readahead(struct address_space *mapping, struct file_ra_state *ra, struct file *filp,