Re: [PATCH 3/3] Zone reclaim V3: Frequency of failed reclaim attempts

From: Andi Kleen
Date: Thu Dec 08 2005 - 15:52:09 EST


> + if (zone->last_unsuccessful_zone_reclaim == get_jiffies_64())
> + return 0;


and

>
> + unsigned long last_unsuccessful_zone_reclaim;

For long you don't need get_jiffies_64. On 32bit it would be 32bit
anyways and on 64bit even normal jiffies is 64bit. So normal
jiffies would be suffice.

But I suspect it would be better to just merge the proper patch
with the full accounting instead of this kludge.

-Andi
-
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/