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.