[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2f11576a0806080422t3661596at567da2a557ff190a@mail.gmail.com>
Date: Sun, 8 Jun 2008 20:22:08 +0900
From: "KOSAKI Motohiro" <kosaki.motohiro@...fujitsu.com>
To: "Rik van Riel" <riel@...hat.com>
Cc: "Andrew Morton" <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, lee.schermerhorn@...com,
clameter@....com
Subject: Re: [PATCH -mm 02/25] Use an indexed array for LRU variables
>> > > @@ -1,40 +1,51 @@
>> > > static inline void
>> > > +add_page_to_lru_list(struct zone *zone, struct page *page, enum lru_list l)
>> > > +{
>> > > + list_add(&page->lru, &zone->list[l]);
>> > > + __inc_zone_state(zone, NR_INACTIVE + l);
>> >
>> > ^ that's a bug, isn't it?
>>
>> this is definitely bug.
>
> I believe this is correct, actually. I will rename/alias it to
> VMSCAN_BASE or something along those lines.
Ah, sorry. you are right.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists