diff for duplicates of <512682CF.4000609@gmail.com> diff --git a/a/1.txt b/N1/1.txt index db5b2e4..6350422 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -69,8 +69,8 @@ Just a suggestion. > first_frag = pos; > next_tsn = ctsn + 1; > last_frag = pos; -> - } else if (next_tsn = ctsn) -> + } else if (next_tsn = ctsn) { +> - } else if (next_tsn == ctsn) +> + } else if (next_tsn == ctsn) { > next_tsn++; > - else > + last_frag = pos; @@ -142,7 +142,7 @@ Just a suggestion. > - sctp_ulpq_tail_data(ulpq, chunk, gfp); > - > - sctp_ulpq_partial_delivery(ulpq, gfp); -> + if (sctp_ulpq_tail_data(ulpq, chunk, gfp) = 0) { +> + if (sctp_ulpq_tail_data(ulpq, chunk, gfp) == 0) { > + /* > + * Enter partial delivery if chunk is still on > + * reassembly queue; otherwise, drain the queue. diff --git a/a/content_digest b/N1/content_digest index 3e5e279..dd61eb0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0D64EC45690EF85409BA6C4730E0162244310DF18@G4W3231.americas.hpqcorp.net\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH 4/4] sctp: fix association hangs due to partial delivery errors\0" - "Date\0Thu, 21 Feb 2013 20:25:51 +0000\0" + "Date\0Thu, 21 Feb 2013 15:25:51 -0500\0" "To\0Roberts" " Lee A. <lee.roberts@hp.com>\0" "Cc\0linux-sctp@vger.kernel.org <linux-sctp@vger.kernel.org>" @@ -80,8 +80,8 @@ "> \t\t\t\tfirst_frag = pos;\n" "> \t\t\t\tnext_tsn = ctsn + 1;\n" "> \t\t\t\tlast_frag = pos;\n" - "> -\t\t\t} else if (next_tsn = ctsn)\n" - "> +\t\t\t} else if (next_tsn = ctsn) {\n" + "> -\t\t\t} else if (next_tsn == ctsn)\n" + "> +\t\t\t} else if (next_tsn == ctsn) {\n" "> \t\t\t\tnext_tsn++;\n" "> -\t\t\telse\n" "> +\t\t\t\tlast_frag = pos;\n" @@ -153,7 +153,7 @@ "> -\t\tsctp_ulpq_tail_data(ulpq, chunk, gfp);\n" "> -\n" "> -\t\tsctp_ulpq_partial_delivery(ulpq, gfp);\n" - "> +\t\tif (sctp_ulpq_tail_data(ulpq, chunk, gfp) = 0) {\n" + "> +\t\tif (sctp_ulpq_tail_data(ulpq, chunk, gfp) == 0) {\n" "> +\t\t\t/*\n" "> +\t\t\t * Enter partial delivery if chunk is still on\n" "> +\t\t\t * reassembly queue; otherwise, drain the queue.\n" @@ -177,4 +177,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -7e7b22a0aaa2e1ec161c607067d769f72b8a7812cdfa3bb720ecdbd0a069e988 +bc492f98a1ee44ae6c0ba0a9c7429d4a88d4445d7bf8f19a99f8784529745fad
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.