diff for duplicates of <20090623201307.GA25760@us.ibm.com> diff --git a/a/content_digest b/N1/content_digest index 05d13b5..ff18f2b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,5 @@ "ref\020090622190913.27923.31665.stgit@heimdal.trondhjem.org\0" "ref\020090622190913.27923.61549.stgit@heimdal.trondhjem.org\0" - "ref\020090622190913.27923.61549.stgit-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org\0" "From\0Serge E. Hallyn <serue@us.ibm.com>\0" "Subject\0Re: [PATCH 2/5] VFS: Add VFS helper functions for setting up private namespaces\0" "Date\0Tue, 23 Jun 2009 15:13:07 -0500\0" @@ -146,4 +145,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -a9dbdc09a51a17af852d25ffc91a848e3e7b80276a4dd210fc340ff700b10fbc +7faefe18d2255c5363fe5daff9bd81d0a5b55ccd6fbfaf6fff95a6ca2307a8d3
diff --git a/a/1.txt b/N2/1.txt index 1cd4094..76bc58c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -Quoting Trond Myklebust (Trond.Myklebust@netapp.com): +Quoting Trond Myklebust (Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org): > The purpose of this patch is to improve the remote mount path lookup > support for distributed filesystems such as the NFSv4 client. > @@ -20,14 +20,14 @@ Quoting Trond Myklebust (Trond.Myklebust@netapp.com): > it. It exports the create_mnt_ns() and put_mnt_ns() function for use by > filesystem modules. > -> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> +> Signed-off-by: Trond Myklebust <Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org> This looks good, thanks. Though I see no reason not to also switch over init_mount_tree() to the new helper. (Seems plausible that c/r code would use this as well) -Reviewed-by: Serge Hallyn <serue@us.ibm.com> +Reviewed-by: Serge Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> thanks, -serge @@ -128,5 +128,9 @@ thanks, > > -- > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in -> the body of a message to majordomo@vger.kernel.org +> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html +-- +To unsubscribe from this list: send the line "unsubscribe linux-nfs" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 05d13b5..3e38ece 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,19 +1,19 @@ "ref\020090622190913.27923.31665.stgit@heimdal.trondhjem.org\0" "ref\020090622190913.27923.61549.stgit@heimdal.trondhjem.org\0" "ref\020090622190913.27923.61549.stgit-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org\0" - "From\0Serge E. Hallyn <serue@us.ibm.com>\0" + "From\0Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0" "Subject\0Re: [PATCH 2/5] VFS: Add VFS helper functions for setting up private namespaces\0" "Date\0Tue, 23 Jun 2009 15:13:07 -0500\0" - "To\0Trond Myklebust <Trond.Myklebust@netapp.com>\0" - "Cc\0Linus Torvalds <torvalds@linux-foundation.org>" - Al Viro <viro@zeniv.linux.org.uk> - Christoph Hellwig <hch@infradead.org> - linux-fsdevel@vger.kernel.org - linux-nfs@vger.kernel.org - " linux-kernel@vger.kernel.org\0" + "To\0Trond Myklebust <Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>\0" + "Cc\0Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>" + Al Viro <viro-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org> + Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> + linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" - "Quoting Trond Myklebust (Trond.Myklebust@netapp.com):\n" + "Quoting Trond Myklebust (Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org):\n" "> The purpose of this patch is to improve the remote mount path lookup\n" "> support for distributed filesystems such as the NFSv4 client.\n" "> \n" @@ -35,14 +35,14 @@ "> it. It exports the create_mnt_ns() and put_mnt_ns() function for use by\n" "> filesystem modules.\n" "> \n" - "> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>\n" + "> Signed-off-by: Trond Myklebust <Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>\n" "\n" "This looks good, thanks. Though I see no reason not to also switch over\n" "init_mount_tree() to the new helper.\n" "\n" "(Seems plausible that c/r code would use this as well)\n" "\n" - "Reviewed-by: Serge Hallyn <serue@us.ibm.com>\n" + "Reviewed-by: Serge Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n" "\n" "thanks,\n" "-serge\n" @@ -143,7 +143,11 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-fsdevel\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" - > More majordomo info at http://vger.kernel.org/majordomo-info.html + "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-nfs\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -a9dbdc09a51a17af852d25ffc91a848e3e7b80276a4dd210fc340ff700b10fbc +d8323274400e1ea31ea16f057ee5c2f3970ba8dd24003cade1496063931b4f79
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.