From: Eric Dumazet Date: Wed, 19 May 2010 23:16:03 +0000 (+0000) Subject: net: remove zap_completion_queue X-Git-Tag: v2.6.36-rc1~571^2~741 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e83ed78864d0625e87a85f09b297c0919a4797;p=pandora-kernel.git net: remove zap_completion_queue netpoll does an interesting work in zap_completion_queue(), but this was before we did skb orphaning before delivering packets to device. It now makes sense to add a test in dev_kfree_skb_irq() to not queue a skb if already orphaned, and to remove netpoll zap_completion_queue() as a bonus. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed