Re: aa-110-zone_accounting

Christoph Hellwig (hch@infradead.org)
Wed, 20 Mar 2002 10:02:21 +0000


> +void delta_nr_active_pages(struct page *page, long delta)
> +{
> + pg_data_t * __pgdat;
> + zone_t * __classzone, * __overflow;
> +
> + __classzone = page_zone(page);
> + __pgdat = __classzone->zone_pgdat;
> + __overflow = __pgdat->node_zones + __pgdat->nr_zones;

Double-underscroes for local variables are very bad style.
Could you change this?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/