diff for duplicates of <534415AB.80108@redhat.com> diff --git a/a/1.txt b/N1/1.txt index b6b2ce2..014ab9d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -94,12 +94,12 @@ Acked-by: Vlad Yasevich <vyasevic@redhat.com> > + for (tmp = list_next_entry(tmp, asocs); 1; > + tmp = list_next_entry(tmp, asocs)) { > + /* Manually skip the head element. */ -> + if (&tmp->asocs = &((sctp_sk(sk))->ep->asocs)) +> + if (&tmp->asocs == &((sctp_sk(sk))->ep->asocs)) > + continue; > + /* Wake up association. */ > + __sctp_write_space(tmp); > + /* We've reached the end. */ -> + if (tmp = asoc) +> + if (tmp == asoc) > + break; > + } > +} diff --git a/a/content_digest b/N1/content_digest index 0f93078..fb61a02 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01396970773-17500-1-git-send-email-dborkman@redhat.com\0" "From\0Vlad Yasevich <vyasevic@redhat.com>\0" "Subject\0Re: [PATCH net v2] net: sctp: wake up all assocs if sndbuf policy is per socket\0" - "Date\0Tue, 08 Apr 2014 15:28:43 +0000\0" + "Date\0Tue, 08 Apr 2014 11:28:43 -0400\0" "To\0Daniel Borkmann <dborkman@redhat.com>" " davem@davemloft.net\0" "Cc\0netdev@vger.kernel.org" @@ -106,12 +106,12 @@ "> +\tfor (tmp = list_next_entry(tmp, asocs); 1;\n" "> +\t tmp = list_next_entry(tmp, asocs)) {\n" "> +\t\t/* Manually skip the head element. */\n" - "> +\t\tif (&tmp->asocs = &((sctp_sk(sk))->ep->asocs))\n" + "> +\t\tif (&tmp->asocs == &((sctp_sk(sk))->ep->asocs))\n" "> +\t\t\tcontinue;\n" "> +\t\t/* Wake up association. */\n" "> +\t\t__sctp_write_space(tmp);\n" "> +\t\t/* We've reached the end. */\n" - "> +\t\tif (tmp = asoc)\n" + "> +\t\tif (tmp == asoc)\n" "> +\t\t\tbreak;\n" "> +\t}\n" "> +}\n" @@ -130,4 +130,4 @@ "> }\n" > -03e4722b7886c1dedf12dc43cbbd4b0d57ccbb7c20ffcc1661c8886c5d2abbe4 +c6b0d5f3236469a154fa74737ca7ad7afde674c957bddd328800897733069c2d
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.