While running some file system and NFS benchmarks I noticed that interrupts were being diabled for long periods of time (up to 625+ us on my 1.6 Ghz Xeon). The culprit was in kmem_cache_reap. This is a 2.6 inspired, minimally invasive patch that fixes the problem (nothing longer than 40 us now). mark