The following two patches implement support for a per-mount NLM grace period. The first patch is a minor cleanup which pushes down locks_in_grace() calls into functions shared by NFS[234]. Two locks_in_grace() tests have been reordered to avoid duplicate calls at run-time (assuming gcc is smart enough). nlmsvc_grace_period is now a function instead of an unused variable. The second patch is the actual implementation. It is currently in use for a number of NFSv3 virtual servers on one physical machine running 2.6.39.3 where the virtualization is based on using different IPv4 addresses. The patches have been created using a recent 3.0 tree. -- Frank -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html