lkml.org 
[lkml]   [2002]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: aa-110-zone_accounting
> +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/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:1.000 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site