From: Gerrit Renker Date: Sun, 3 Jul 2011 15:51:29 +0000 (-0600) Subject: dccp: combine the functionality of enqeueing and cloning X-Git-Tag: v3.1-rc1~316^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8695e80193fed35f27c06f462bd5b76132fd5697;p=pandora-kernel.git dccp: combine the functionality of enqeueing and cloning Realising the following call pattern, * first dccp_entail() is called to enqueue a new skb and * then skb_clone() is called to transmit a clone of that skb, this patch integrates both into the same function. Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed