All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4D6F5F83.705@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index 8bc94cf..0646e97 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -32,7 +32,7 @@ index 8c6d379..7ed5862 100644
 @@ -657,7 +657,7 @@ redo:
  			 * after it is retransmitted.
  			 */
- 			if (chunk->fast_retransmit = SCTP_NEED_FRTX)
+ 			if (chunk->fast_retransmit == SCTP_NEED_FRTX)
 -				chunk->fast_retransmit = SCTP_DONT_FRTX;
 +				chunk->fast_retransmit = SCTP_CAN_FRTX;
  
@@ -41,7 +41,7 @@ index 8c6d379..7ed5862 100644
 @@ -679,7 +679,7 @@ redo:
  	if (rtx_timeout || fast_rtx) {
  		list_for_each_entry(chunk1, lqueue, transmitted_list) {
- 			if (chunk1->fast_retransmit = SCTP_NEED_FRTX)
+ 			if (chunk1->fast_retransmit == SCTP_NEED_FRTX)
 -				chunk1->fast_retransmit = SCTP_DONT_FRTX;
 +				chunk1->fast_retransmit = SCTP_CAN_FRTX;
  		}
diff --git a/a/content_digest b/N1/content_digest
index 8fd7b70..0c20cf6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Wei Yongjun <yjwei@cn.fujitsu.com>\0"
  "Subject\0[PATCH] sctp: fix the fast retransmit limit\0"
- "Date\0Thu, 03 Mar 2011 09:29:39 +0000\0"
+ "Date\0Thu, 03 Mar 2011 17:29:39 +0800\0"
  "To\0David Miller <davem@davemloft.net>"
   Vlad Yasevich <vladislav.yasevich@hp.com>
   netdev@vger.kernel.org <netdev@vger.kernel.org>
@@ -43,7 +43,7 @@
  "@@ -657,7 +657,7 @@ redo:\n"
  " \t\t\t * after it is retransmitted.\n"
  " \t\t\t */\n"
- " \t\t\tif (chunk->fast_retransmit = SCTP_NEED_FRTX)\n"
+ " \t\t\tif (chunk->fast_retransmit == SCTP_NEED_FRTX)\n"
  "-\t\t\t\tchunk->fast_retransmit = SCTP_DONT_FRTX;\n"
  "+\t\t\t\tchunk->fast_retransmit = SCTP_CAN_FRTX;\n"
  " \n"
@@ -52,7 +52,7 @@
  "@@ -679,7 +679,7 @@ redo:\n"
  " \tif (rtx_timeout || fast_rtx) {\n"
  " \t\tlist_for_each_entry(chunk1, lqueue, transmitted_list) {\n"
- " \t\t\tif (chunk1->fast_retransmit = SCTP_NEED_FRTX)\n"
+ " \t\t\tif (chunk1->fast_retransmit == SCTP_NEED_FRTX)\n"
  "-\t\t\t\tchunk1->fast_retransmit = SCTP_DONT_FRTX;\n"
  "+\t\t\t\tchunk1->fast_retransmit = SCTP_CAN_FRTX;\n"
  " \t\t}\n"
@@ -61,4 +61,4 @@
  "-- \n"
  1.6.5.2
 
-58dfed59ec49250b38715e62f2bd81c34732915d01b076d22431b896937d159c
+7bbc03dcfb3384474ebd146e08d3de69f6da8df73648f1b193355d3fbc42a780

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.