On Mon, 2011-01-24 at 13:45 +0100, Peter Zijlstra wrote: > The only significant loser, I think, > > would be page reclaim (when concurrent with truncation): could spin for a > > long time waiting for the i_mmap_mutex it expects would soon be dropped? Well it won't spin (much) but mostly go to sleep if it really takes very long, but then, could it really take much longer than say a lock_page() when reclaim hits a page under IO? -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html