David Chinner <[EMAIL PROTECTED]> writes: > On Tue, Jan 22, 2008 at 10:49:15AM +0100, Jens Axboe wrote: > > Hi, > > > > Today io contexts are per-process and define the (surprise) io context > > of that process. In some situations it would be handy if several > > processes share an IO context. > > I think that the nfsd threads should probably share as > well. It should probably provide an io context per thread > pool....
Wouldn't it make more sense to have an own io context for each NFS client in this case? Ok that does mean some state per remote client, but nfsd already keeps that anyways so it would be probably not too much work to tug an io context in there too. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

