From: Ying Xue Date: Wed, 11 Dec 2013 04:45:38 +0000 (-0800) Subject: tipc: eliminate redundant code with kfree_skb_list routine X-Git-Tag: v3.14-rc1~94^2~520^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d77b3831f7d59d69aa49d5d1df10bbe56671dc5d;p=pandora-kernel.git tipc: eliminate redundant code with kfree_skb_list routine sk_buff lists are currently relased by looping over the list and explicitly releasing each buffer. We replace all occurrences of this loop with a call to kfree_skb_list(). Signed-off-by: Ying Xue Reviewed-by: Paul Gortmaker Signed-off-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed