G'day, This is a pair of patches which attempt to make the sunrpc caching mechanism more graceful with respect to administrative exportfs changes from userspace while traffic is flowing to other exports. The patches are not to be applied and are for comment, to allow someone else to finish this work, and to document the problem. The patches are incomplete and not tested. The patches are against the archaic SLES10 versions of the kernel and nfs-utils and will need some work for modern software. Here's a description of the problem. The current behaviour when an export is changed (added, removed, or the flags are changed) using exportfs is that exporfs writes a new etab and then tells the kernel to flush the entire kernel-side export state (including the state for exports and clients which are not logically affected by the change) and refresh everything by triggering upcalls to rpc.mountd. Most of the time this works fine, but there's an ugly interaction which can happen when a client is generating a workload comprising entirely WRITE calls.