diff for duplicates of <46156FBB.2060701@redhat.com> diff --git a/a/1.txt b/N1/1.txt index a0faca9..1c32c75 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,11 +7,3 @@ Also included a minor bug fix with sm_unmon_1_svc() where it should have used dns_name. -- Wendy - --------------- next part -------------- -A non-text attachment was scrubbed... -Name: 004_user_statd.patch -Type: text/x-patch -Size: 1321 bytes -Desc: not available -URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070405/e3dcfffb/attachment.bin> diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..778049b --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,5 @@ +Content-Type: text/x-patch; + name="004_user_statd.patch" +Content-Transfer-Encoding: 7bit +Content-Disposition: inline; + filename="004_user_statd.patch" diff --git a/N1/2.txt b/N1/2.txt new file mode 100644 index 0000000..e01dafb --- /dev/null +++ b/N1/2.txt @@ -0,0 +1,44 @@ +Signed-off-by: S. Wendy Cheng <wcheng@redhat.com> +Signed-off-by: Lon Hohberger <lhh@redhat.com> + + monitor.c | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +--- nfs-utils-1.1.0-rc1/utils/statd/monitor.c 2007-03-28 23:55:33.000000000 -0400 ++++ nfs-utils/utils/statd/monitor.c 2007-04-05 11:52:11.000000000 -0400 +@@ -70,7 +70,7 @@ sm_mon_1_svc(struct mon *argp, struct sv + goto failure; + } + my_addr.s_addr = htonl(INADDR_LOOPBACK); +- my_name = "127.0.0.1"; ++ note(N_DEBUG, "sm_mon_1_svc my_name=%s\n", my_name); + + /* 2. Reject any registrations for non-lockd services. + * +@@ -327,7 +327,7 @@ sm_unmon_1_svc(struct mon_id *argp, stru + inet_ntoa(caller)); + goto failure; + } +- my_name = "127.0.0.1"; ++ note(N_DEBUG, "sm_unmon_1_svc my_name=%s\n", my_name); + #endif + + /* Check if we're monitoring anyone. */ +@@ -357,7 +357,7 @@ sm_unmon_1_svc(struct mon_id *argp, stru + ha_callout("del-client", mon_name, my_name, -1); + + nlist_free(&rtnl, clnt); +- xunlink(SM_DIR, mon_name, 1); ++ xunlink(SM_DIR, clnt->dns_name, 1); + + return (&result); + } else +@@ -394,7 +394,7 @@ sm_unmon_all_1_svc(struct my_id *argp, s + inet_ntoa(caller)); + goto failure; + } +- my_name = "127.0.0.1"; ++ note(N_DEBUG, "sm_unmon_all_1_svc my_name=%s\n", my_name); + #endif + + result.state = MY_STATE; diff --git a/N1/3.hdr b/N1/3.hdr new file mode 100644 index 0000000..4b86001 --- /dev/null +++ b/N1/3.hdr @@ -0,0 +1,4 @@ +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline diff --git a/N1/3.txt b/N1/3.txt new file mode 100644 index 0000000..f9179f9 --- /dev/null +++ b/N1/3.txt @@ -0,0 +1,5 @@ +------------------------------------------------------------------------- +Take Surveys. Earn Cash. Influence the Future of IT +Join SourceForge.net's Techsay panel and you'll get the chance to share your +opinions on IT & business topics through brief surveys-and earn cash +http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV diff --git a/N1/4.hdr b/N1/4.hdr new file mode 100644 index 0000000..4b86001 --- /dev/null +++ b/N1/4.hdr @@ -0,0 +1,4 @@ +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline diff --git a/N1/4.txt b/N1/4.txt new file mode 100644 index 0000000..5264bf8 --- /dev/null +++ b/N1/4.txt @@ -0,0 +1,3 @@ +_______________________________________________ +NFS maillist - NFS@lists.sourceforge.net +https://lists.sourceforge.net/lists/listinfo/nfs diff --git a/a/content_digest b/N1/content_digest index 561414c..e7c2817 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,10 @@ "From\0Wendy Cheng <wcheng@redhat.com>\0" - "Subject\0[Cluster-devel] [PATCH 4/4 Revised] NLM - user mode statd changes\0" + "Subject\0[PATCH 4/4 Revised] NLM - user mode statd changes\0" "Date\0Thu, 05 Apr 2007 17:52:59 -0400\0" - "To\0cluster-devel.redhat.com\0" - "\00:1\0" + "To\0nfs@lists.sourceforge.net" + " cluster-devel@redhat.com\0" + "Cc\0Lon Hohberger <lhh@redhat.com>\0" + "\01:1\0" "b\0" "User mode nfs-utils changes (nfs-utils-1.1.0-rc1) - it re-enables \n" "my_name to the correct ip interface passed by kernel (via patch 4-3) \n" @@ -12,14 +14,65 @@ "Also included a minor bug fix with sm_unmon_1_svc() where it should have \n" "used dns_name.\n" "\n" - "-- Wendy\n" + -- Wendy + "\01:2\0" + "fn\0004_user_statd.patch\0" + "b\0" + "Signed-off-by: S. Wendy Cheng <wcheng@redhat.com>\n" + "Signed-off-by: Lon Hohberger <lhh@redhat.com>\n" + "\n" + " monitor.c | 8 ++++----\n" + " 1 file changed, 4 insertions(+), 4 deletions(-)\n" "\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: 004_user_statd.patch\n" - "Type: text/x-patch\n" - "Size: 1321 bytes\n" - "Desc: not available\n" - URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070405/e3dcfffb/attachment.bin> + "--- nfs-utils-1.1.0-rc1/utils/statd/monitor.c\t2007-03-28 23:55:33.000000000 -0400\n" + "+++ nfs-utils/utils/statd/monitor.c\t2007-04-05 11:52:11.000000000 -0400\n" + "@@ -70,7 +70,7 @@ sm_mon_1_svc(struct mon *argp, struct sv\n" + " \t\tgoto failure;\n" + " \t}\n" + " \tmy_addr.s_addr = htonl(INADDR_LOOPBACK);\n" + "-\tmy_name = \"127.0.0.1\";\n" + "+\tnote(N_DEBUG, \"sm_mon_1_svc my_name=%s\\n\", my_name);\n" + " \n" + " \t/* 2.\tReject any registrations for non-lockd services.\n" + " \t *\n" + "@@ -327,7 +327,7 @@ sm_unmon_1_svc(struct mon_id *argp, stru\n" + " \t\t\tinet_ntoa(caller));\n" + " \t\tgoto failure;\n" + " \t}\n" + "-\tmy_name = \"127.0.0.1\";\n" + "+\tnote(N_DEBUG, \"sm_unmon_1_svc my_name=%s\\n\", my_name);\n" + " #endif\n" + " \n" + " \t/* Check if we're monitoring anyone. */\n" + "@@ -357,7 +357,7 @@ sm_unmon_1_svc(struct mon_id *argp, stru\n" + " \t\t\tha_callout(\"del-client\", mon_name, my_name, -1);\n" + " \n" + " \t\t\tnlist_free(&rtnl, clnt);\n" + "-\t\t\txunlink(SM_DIR, mon_name, 1);\n" + "+\t\t\txunlink(SM_DIR, clnt->dns_name, 1);\n" + " \n" + " \t\t\treturn (&result);\n" + " \t\t} else\n" + "@@ -394,7 +394,7 @@ sm_unmon_all_1_svc(struct my_id *argp, s\n" + " \t\t\tinet_ntoa(caller));\n" + " \t\tgoto failure;\n" + " \t}\n" + "-\tmy_name = \"127.0.0.1\";\n" + "+\tnote(N_DEBUG, \"sm_unmon_all_1_svc my_name=%s\\n\", my_name);\n" + " #endif\n" + " \n" + " \tresult.state = MY_STATE;" + "\01:3\0" + "b\0" + "-------------------------------------------------------------------------\n" + "Take Surveys. Earn Cash. Influence the Future of IT\n" + "Join SourceForge.net's Techsay panel and you'll get the chance to share your\n" + "opinions on IT & business topics through brief surveys-and earn cash\n" + http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV + "\01:4\0" + "b\0" + "_______________________________________________\n" + "NFS maillist - NFS@lists.sourceforge.net\n" + https://lists.sourceforge.net/lists/listinfo/nfs -8a43bcac0f6ea49bf4c34ab87a14f968ba491eae8c81f4e7b29311114b620208 +abb08ef58bff8b6efe433fbc50b42be62d54502f9077410d6cfb3bedba4bef49
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.