diff for duplicates of <7f6e1800-cb60-ef60-6f41-e883d75bea23@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index 14b40d1..683ac8b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -68,7 +68,7 @@ index 2207af7..ff60b9b 100644 + goto finish_request; } - if (ealen = 0) { /* no logs transferred */ + if (ealen == 0) { /* no logs transferred */ if (!eof) rc = -EINVAL; - goto out; @@ -85,6 +85,6 @@ index 2207af7..ff60b9b 100644 +finish_request: ptlrpc_req_finished(req); - if (rc = 0 && !eof) + if (rc == 0 && !eof) -- 2.9.2 diff --git a/a/content_digest b/N1/content_digest index ace8d6f..42de2bf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,8 +5,8 @@ "ref\020151221234857.GA27079@kroah.com\0" "ref\059d94e70-7476-728e-5f63-013557ec2db9@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" - "Subject\0[PATCH 10/12] staging: lustre: Rename jump labels in mgc_process_recover_log()\0" - "Date\0Tue, 26 Jul 2016 19:12:22 +0000\0" + "Subject\0[lustre-devel] [PATCH 10/12] staging: lustre: Rename jump labels in mgc_process_recover_log()\0" + "Date\0Tue, 26 Jul 2016 21:12:22 +0200\0" "To\0devel@driverdev.osuosl.org" lustre-devel@lists.lustre.org Andreas Dilger <andreas.dilger@intel.com> @@ -88,7 +88,7 @@ "+\t\tgoto finish_request;\n" " \t}\n" " \n" - " \tif (ealen = 0) { /* no logs transferred */\n" + " \tif (ealen == 0) { /* no logs transferred */\n" " \t\tif (!eof)\n" " \t\t\trc = -EINVAL;\n" "-\t\tgoto out;\n" @@ -105,8 +105,8 @@ "+finish_request:\n" " \tptlrpc_req_finished(req);\n" " \n" - " \tif (rc = 0 && !eof)\n" + " \tif (rc == 0 && !eof)\n" "-- \n" 2.9.2 -578c4ca0ceb5046d06ad6df2e2d0835c8c1e44cfb2a071ea4e0cad1dae2f0581 +15d4325460c02293559a4911801c19cc008e8d328cfea66cc9b1e614d7cfaef9
diff --git a/a/1.txt b/N2/1.txt index 14b40d1..683ac8b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -68,7 +68,7 @@ index 2207af7..ff60b9b 100644 + goto finish_request; } - if (ealen = 0) { /* no logs transferred */ + if (ealen == 0) { /* no logs transferred */ if (!eof) rc = -EINVAL; - goto out; @@ -85,6 +85,6 @@ index 2207af7..ff60b9b 100644 +finish_request: ptlrpc_req_finished(req); - if (rc = 0 && !eof) + if (rc == 0 && !eof) -- 2.9.2 diff --git a/a/content_digest b/N2/content_digest index ace8d6f..7e7a11e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,7 +6,7 @@ "ref\059d94e70-7476-728e-5f63-013557ec2db9@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[PATCH 10/12] staging: lustre: Rename jump labels in mgc_process_recover_log()\0" - "Date\0Tue, 26 Jul 2016 19:12:22 +0000\0" + "Date\0Tue, 26 Jul 2016 21:12:22 +0200\0" "To\0devel@driverdev.osuosl.org" lustre-devel@lists.lustre.org Andreas Dilger <andreas.dilger@intel.com> @@ -88,7 +88,7 @@ "+\t\tgoto finish_request;\n" " \t}\n" " \n" - " \tif (ealen = 0) { /* no logs transferred */\n" + " \tif (ealen == 0) { /* no logs transferred */\n" " \t\tif (!eof)\n" " \t\t\trc = -EINVAL;\n" "-\t\tgoto out;\n" @@ -105,8 +105,8 @@ "+finish_request:\n" " \tptlrpc_req_finished(req);\n" " \n" - " \tif (rc = 0 && !eof)\n" + " \tif (rc == 0 && !eof)\n" "-- \n" 2.9.2 -578c4ca0ceb5046d06ad6df2e2d0835c8c1e44cfb2a071ea4e0cad1dae2f0581 +1e9cf60680541bdb8f87c76c6137fe8ab77affb4bad93cd55a4457fbf472bcdc
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.