On Tue, Aug 24, 2010 at 05:21:55PM +1000, Nick Piggin wrote: > Right. Is this a really important goal, I'm wondering? Is it realistic > (ie. to be able to remove the nfs server from the kernel)? I think so. The hardest part is if you want to export a filesystem that also has non-nfs users--in the kernel it's much easier to maintain consistency between local users of the filesystem and nfs clients. If the server has no local users, then userspace may turn out to be easier. In that case you might ask why the server needs a real filesystem to export at all--in theory it could maintain all its data on its own. But I suspect if you try that you find you're reinventing a lot of wheels. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html