dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/isdn
David S. Miller b03efcfb21 [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
This is part of the grand scheme to eliminate the qlen
member of skb_queue_head, and subsequently remove the
'list' member of sk_buff.

Most users of skb_queue_len() want to know if the queue is
empty or not, and that's trivially done with skb_queue_empty()
which doesn't use the skb_queue_head->qlen member and instead
uses the queue list emptyness as the test.

Signed-off-by: David S. Miller <davem@davemloft.net>
2005-07-08 14:57:23 -07:00
..
act2000 [PATCH] drivers/isdn/act2000/capi.c: #if 0 an unused function 2005-06-25 16:24:57 -07:00
capi [PATCH] class: convert drivers/* to use the new class api instead of class_simple 2005-06-20 15:15:09 -07:00
divert [PATCH] make lots of things static 2005-05-01 08:59:29 -07:00
hardware [PATCH] pcmcia: remove references to pcmcia/version.h 2005-07-07 18:24:07 -07:00
hisax [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() 2005-07-08 14:57:23 -07:00
hysdn [PATCH] drivers/isdn/: make some code static 2005-06-28 21:20:31 -07:00
i4l [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() 2005-07-08 14:57:23 -07:00
icn [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() 2005-07-08 14:57:23 -07:00
isdnloop Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcbit [PATCH] drivers/isdn/pcbit/: possible cleanups 2005-06-25 16:24:56 -07:00
sc [PATCH] drivers/isdn/sc/: possible cleanups 2005-06-25 16:24:56 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00