From: sjur.brandeland@stericsson.com Date: Sun, 4 Dec 2011 11:22:55 +0000 (+0000) Subject: caif: Stash away hijacked skb destructor and call it later X-Git-Tag: v3.3-rc1~182^2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d3113042823344dcc175b0ea00a83d0273c98a4;p=pandora-kernel.git caif: Stash away hijacked skb destructor and call it later This patch adds functionality for avoiding orphaning SKB too early. The original skb is stashed away and the original destructor is called from the hi-jacked flow-on callback. If CAIF interface goes down and a hi-jacked SKB exists, the original skb->destructor is restored. Signed-off-by: Sjur Brændeland Signed-off-by: David S. Miller --- Reading git-diff-tree failed