From: Hariprasad Shenai <hariprasad@xxxxxxxxxxx> Date: Thu, 7 Jan 2016 14:54:05 +0530 > + struct sk_buff *skb_head, *skb_tail; /* list of aggregated sessions */ Don't invent your own list scheme, use struct sk_buff_head and the appropriate initializers and helpers. If people do their own list handling, then it's extremely difficult to change the skb queue implementation. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html