Re: [PATCH resend] sctp: Remove some redundant code

2016-09-18 Thread David Miller
From: Christophe JAILLET Date: Fri, 16 Sep 2016 23:05:35 +0200 > In commit 311b21774f13 ("sctp: simplify sk_receive_queue locking"), a call > to 'skb_queue_splice_tail_init()' has been made explicit. Previously it was > hidden in 'sctp_skb_list_tail()' > > Now, the code around it looks redundant

[PATCH resend] sctp: Remove some redundant code

2016-09-16 Thread Christophe JAILLET
In commit 311b21774f13 ("sctp: simplify sk_receive_queue locking"), a call to 'skb_queue_splice_tail_init()' has been made explicit. Previously it was hidden in 'sctp_skb_list_tail()' Now, the code around it looks redundant. The '_init()' part of 'skb_queue_splice_tail_init()' should already do th