--- v4
+++ v3
@@ -1,25 +1,22 @@
-This patch-set was created in context of clone of git branch:
-git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git.
-
-v4:
-1) Rebased of current repo state (i.e. all commits pulled before apply)
-
v3:
1) First two patches from previous version were squashed.
-I feel it is ready for inclusion when the next merge window opens if no
-objections wil appear.
+This patch-set was created in context of clone of git branch:
+git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git
+and rebased on tag "v3.1".
This patch-set virtualizes rpcbind clients per network namespace context. IOW,
each network namespace will have its own pair of rpcbind clients (if they would
be created by request).
Note:
-init_net pointer is still used instead of current->nsproxy->net_ns, because I'm
-not sure yet about how to virtualize services. I.e. NFS callback services will
-be per netns. NFSd service will be per netns too from my pow. But Lockd can be
-per netns or one for all. And also we have NFSd file system, which is not
-virtualized yet.
+1) this patch-set depends on "SUNRPC: make rpcbind clients allocated and
+destroyed dynamically" patch-set which has been send earlier.
+2) init_net pointer is still used instead of current->nsproxy->net_ns,
+because I'm not sure yet about how to virtualize services. I.e. NFS callback
+services will be per netns. NFSd service will be per netns too from my pow. But
+Lockd can be per netns or one for all. And also we have NFSd file system, which
+is not virtualized yet.
The following series consists of: