Re: [PATCH] kmalloc_percpu

From: David S. Miller (davem@redhat.com)
Date: Tue May 06 2003 - 00:39:44 EST


   From: Andrew Morton <akpm@digeo.com>
   Date: Mon, 5 May 2003 23:42:48 -0700
   
   Can't think of anything very clever there, except to go and un-percpuify the
   disk stats. I think that's best, really - disk requests only come in at 100
   to 200 per second - atomic_t's or int-plus-per-disk-spinlock will be fine.
   
Use some spinlock we already have to be holding during the
counter bumps.

Frankly, these things don't need to be %100 accurate. Using
a new spinlock or an atomic_t for this seems rediculious.
-
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/



This archive was generated by hypermail 2b29 : Wed May 07 2003 - 22:00:25 EST