diff for duplicates of <4A518F8C.2090807@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 596d960..cf6975e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,7 +77,7 @@ index 35ba035..971890d 100644 @@ -6776,7 +6761,6 @@ static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, sctp_skb_for_each(skb, &oldsk->sk_receive_queue, tmp) { event = sctp_skb2event(skb); - if (event->asoc = assoc) { + if (event->asoc == assoc) { - sctp_sock_rfree_frag(skb); __skb_unlink(skb, &oldsk->sk_receive_queue); __skb_queue_tail(&newsk->sk_receive_queue, skb); @@ -85,7 +85,7 @@ index 35ba035..971890d 100644 @@ -6807,7 +6791,6 @@ static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, sctp_skb_for_each(skb, &oldsp->pd_lobby, tmp) { event = sctp_skb2event(skb); - if (event->asoc = assoc) { + if (event->asoc == assoc) { - sctp_sock_rfree_frag(skb); __skb_unlink(skb, &oldsp->pd_lobby); __skb_queue_tail(queue, skb); diff --git a/a/content_digest b/N1/content_digest index 7032048..fd7c009 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\04A518EDF.9030501@cn.fujitsu.com\0" "From\0Wei Yongjun <yjwei@cn.fujitsu.com>\0" - "Subject\0[PATCHv2] sctp: fix warning at inet_sock_destruct() while release\0" - "Date\0Mon, 06 Jul 2009 05:45:48 +0000\0" + "Subject\0[PATCHv2] sctp: fix warning at inet_sock_destruct() while release sctp socket\0" + "Date\0Mon, 06 Jul 2009 13:45:48 +0800\0" "To\0Herbert Xu <herbert@gondor.apana.org.au>" Vlad Yasevich <vladislav.yasevich@hp.com> " David Miller <davem@davemloft.net>\0" @@ -88,7 +88,7 @@ "@@ -6776,7 +6761,6 @@ static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk,\n" " \tsctp_skb_for_each(skb, &oldsk->sk_receive_queue, tmp) {\n" " \t\tevent = sctp_skb2event(skb);\n" - " \t\tif (event->asoc = assoc) {\n" + " \t\tif (event->asoc == assoc) {\n" "-\t\t\tsctp_sock_rfree_frag(skb);\n" " \t\t\t__skb_unlink(skb, &oldsk->sk_receive_queue);\n" " \t\t\t__skb_queue_tail(&newsk->sk_receive_queue, skb);\n" @@ -96,7 +96,7 @@ "@@ -6807,7 +6791,6 @@ static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk,\n" " \t\tsctp_skb_for_each(skb, &oldsp->pd_lobby, tmp) {\n" " \t\t\tevent = sctp_skb2event(skb);\n" - " \t\t\tif (event->asoc = assoc) {\n" + " \t\t\tif (event->asoc == assoc) {\n" "-\t\t\t\tsctp_sock_rfree_frag(skb);\n" " \t\t\t\t__skb_unlink(skb, &oldsp->pd_lobby);\n" " \t\t\t\t__skb_queue_tail(queue, skb);\n" @@ -122,4 +122,4 @@ "-- \n" 1.6.2.2 -73f6e7f305aac25172349519d930a3165374b2583f1ea57a64840b5c596edbc2 +acce52cbc4692814b047560e12c6b27696b2abb35644e451b2fee2b5e030e039
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.