Re: [patch 09/11] mm: collect LRU list heads into struct lruvec

From: Michal Hocko
Date: Wed Sep 21 2011 - 11:15:34 EST


On Wed 21-09-11 15:43:23, Michal Hocko wrote:
> On Mon 12-09-11 12:57:26, Johannes Weiner wrote:
[...]
> > @@ -659,10 +658,10 @@ void lru_add_page_tail(struct zone* zone,
> > }
> > update_page_reclaim_stat(zone, page_tail, file, active);
> > if (likely(PageLRU(page)))
> > - head = page->lru.prev;
> > + __add_page_to_lru_list(zone, page_tail, lru,
> > + page->lru.prev);
>
> { } around multiline __add_page_to_lru_list?

Ahh, code removed in the next patch. Sorry for noise.

--
Michal Hocko
SUSE Labs
SUSE LINUX s.r.o.
Lihovarska 1060/12
190 00 Praha 9
Czech Republic
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/