diff for duplicates of <4C07C351.8060501@hp.com> diff --git a/a/1.txt b/N1/1.txt index 03db41f..b94c527 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -62,7 +62,8 @@ code in. > --- p1/net/sctp/associola.c 2010-05-28 10:05:50.000000000 -0700 > +++ p2/net/sctp/associola.c 2010-06-02 12:56:23.000000000 -0700 > @@ -185,6 +185,9 @@ static struct sctp_association *sctp_ass -> asoc->max_init_timeo > msecs_to_jiffies(sp->initmsg.sinit_max_init_timeo); +> asoc->max_init_timeo = +> msecs_to_jiffies(sp->initmsg.sinit_max_init_timeo); > > + /* Multistream scheduling */ > + asoc->sched_ops = sp->sched_ops; @@ -232,7 +233,7 @@ code in. > + struct sctp_sched_ops *e; > + > + list_for_each_entry_rcu(e, &sctp_sched_list, list) { -> + if (strcmp(e->name, name) = 0) +> + if (strcmp(e->name, name) == 0) > + return e; > + } > + @@ -301,7 +302,7 @@ code in. > + sched = sctp_sched_find(name); > + > + /* no change asking for existing value */ -> + if (sched = sp->sched_ops) +> + if (sched == sp->sched_ops) > + goto out; > + > +#ifdef CONFIG_MODULES diff --git a/a/content_digest b/N1/content_digest index cc45663..b0e281c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0AANLkTimanFQ-gbcqNnygBvuQiFUk0SJrKFxjiOEAlesi@mail.gmail.com\0" "From\0Vlad Yasevich <vladislav.yasevich@hp.com>\0" - "Subject\0Re: [PATCH 2/6] sctp multistream scheduling: provide pluggable SCTP\0" - "Date\0Thu, 03 Jun 2010 14:59:29 +0000\0" + "Subject\0Re: [PATCH 2/6] sctp multistream scheduling: provide pluggable SCTP scheduling framework\0" + "Date\0Thu, 03 Jun 2010 10:59:29 -0400\0" "To\0Yaogong Wang <ywang15@ncsu.edu>\0" "Cc\0linux-sctp@vger.kernel.org" Sridhar Samudrala <sri@us.ibm.com> @@ -72,7 +72,8 @@ "> --- p1/net/sctp/associola.c\t2010-05-28 10:05:50.000000000 -0700\n" "> +++ p2/net/sctp/associola.c\t2010-06-02 12:56:23.000000000 -0700\n" "> @@ -185,6 +185,9 @@ static struct sctp_association *sctp_ass\n" - "> \tasoc->max_init_timeo > \t\t msecs_to_jiffies(sp->initmsg.sinit_max_init_timeo);\n" + "> \tasoc->max_init_timeo =\n" + "> \t\t msecs_to_jiffies(sp->initmsg.sinit_max_init_timeo);\n" "> \n" "> +\t/* Multistream scheduling */\n" "> +\tasoc->sched_ops = sp->sched_ops;\n" @@ -242,7 +243,7 @@ "> +\tstruct sctp_sched_ops *e;\n" "> +\n" "> +\tlist_for_each_entry_rcu(e, &sctp_sched_list, list) {\n" - "> +\t\tif (strcmp(e->name, name) = 0)\n" + "> +\t\tif (strcmp(e->name, name) == 0)\n" "> +\t\t\treturn e;\n" "> +\t}\n" "> +\n" @@ -311,7 +312,7 @@ "> +\tsched = sctp_sched_find(name);\n" "> +\n" "> +\t/* no change asking for existing value */\n" - "> +\tif (sched = sp->sched_ops)\n" + "> +\tif (sched == sp->sched_ops)\n" "> +\t\tgoto out;\n" "> +\n" "> +#ifdef CONFIG_MODULES\n" @@ -344,4 +345,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -2537551315b65d821ea6cd4aa52c1536094e6f29c5fcb6116573bbfa2d591c43 +b32cbf1cf2d2a89652f4c51e607173a84c04c6a0d6950b1a36cddc2a69ba6365
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.