From 86af5e0572061b3cfad0733b28224ec0c00be356 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sun, 25 Jun 2006 05:48:08 -0700 Subject: [PATCH] --- yaml --- r: 29727 b: refs/heads/master c: bd40cddae2211950c81c41f25a818189f80fd0b5 h: refs/heads/master i: 29725: 249d452f9834b5b9f76db7f74eff43dc8ff0b2d8 29723: 6f6feafe5db77dd6fb74c4744a33fe458420a039 29719: 3500f9f97e6cfc41aa29399a5997023bf9f14348 29711: c4f62b6d55f187a3053f19685ae652959ad9975e 29695: 149aa9be835531498eef25ba8c84ae31c72b5258 v: v3 --- [refs] | 2 +- trunk/mm/readahead.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 763bb806fc59..b1a436481e55 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 43d23f9039fc810ecd621f1e4f9d578eadce058a +refs/heads/master: bd40cddae2211950c81c41f25a818189f80fd0b5 diff --git a/trunk/mm/readahead.c b/trunk/mm/readahead.c index 4ee52cadab93..e39e416860d7 100644 --- a/trunk/mm/readahead.c +++ b/trunk/mm/readahead.c @@ -118,8 +118,7 @@ static inline unsigned long get_next_ra_size(struct file_ra_state *ra) #define list_to_page(head) (list_entry((head)->prev, struct page, lru)) /** - * read_cache_pages - populate an address space with some pages, and - * start reads against them. + * read_cache_pages - populate an address space with some pages & start reads against them * @mapping: the address_space * @pages: The address of a list_head which contains the target pages. These * pages have their ->index populated and are otherwise uninitialised.