diff for duplicates of <4C075D36.8030706@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 32e7e25..91b087f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -49,7 +49,8 @@ broken git bisect. > --- 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; @@ -224,7 +225,7 @@ and also the others. > + 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; > + } > + @@ -293,7 +294,7 @@ and also the others. > + 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 1929387..8aa341a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0AANLkTimanFQ-gbcqNnygBvuQiFUk0SJrKFxjiOEAlesi@mail.gmail.com\0" "From\0Wei Yongjun <yjwei@cn.fujitsu.com>\0" - "Subject\0Re: [PATCH 2/6] sctp multistream scheduling: provide pluggable SCTP\0" - "Date\0Thu, 03 Jun 2010 07:43:50 +0000\0" + "Subject\0Re: [PATCH 2/6] sctp multistream scheduling: provide pluggable SCTP scheduling framework\0" + "Date\0Thu, 03 Jun 2010 15:43:50 +0800\0" "To\0Yaogong Wang <ywang15@ncsu.edu>\0" "Cc\0linux-sctp@vger.kernel.org" Vlad Yasevich <vladislav.yasevich@hp.com> @@ -60,7 +60,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" @@ -235,7 +236,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" @@ -304,7 +305,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" @@ -339,4 +340,4 @@ ">\n" > -0e2f8682430cc61c5b1e13e4839f717b9a109c6f269c8760fb57ca2bea3d8bf1 +b15703b955287080bcaad0f27867d3567276177d6e899075044b2c978dac6ad5
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.