On Mon, 29 Jun 2009, Eric Sandeen wrote: > > Isnt the problem that the slab allocator did not align something that > > you did not request to be aligned? > > Well, maybe that's all I needed. At the risk of exposing myself to > ridicule, here's the commit: > > 7fcba054373d5dfc43d26e243a5c9b92069972ee > > Was there a better way? No. Good patch. Indeed the right way. Page allocations come from the page allocator not from the slab allocator (yes yes there are still issues with the performance of the page allocator that sometimes dictate the use of the slabs but in general I think this is what is needed). -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html