From: David S. Miller Date: Tue, 23 Sep 2008 07:34:07 +0000 (-0700) Subject: net: Add skb_queue_is_last(). X-Git-Tag: v2.6.28-rc1~717^2~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7ebb212d3e51d1188948d975aa93dbb0f58b25;p=pandora-kernel.git net: Add skb_queue_is_last(). Several bits of code want to know "is this the last SKB in a queue", and all of them implement this by hand. Provide an common interface to make this check. Signed-off-by: David S. Miller --- Reading git-diff-tree failed