projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
net: backlog functions rename
[linux-2.6.git]
/
net
/
llc
/
llc_conn.c
diff --git
a/net/llc/llc_conn.c
b/net/llc/llc_conn.c
index
c0539ff
..
a12144d
100644
(file)
--- a/
net/llc/llc_conn.c
+++ b/
net/llc/llc_conn.c
@@
-827,7
+827,7
@@
void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb)
else {
dprintk("%s: adding to backlog...\n", __func__);
llc_set_backlog_type(skb, LLC_PACKET);
- if (sk_add_backlog_limited(sk, skb))
+ if (sk_add_backlog(sk, skb))
goto drop_unlock;
}
out: