diff options
| -rw-r--r-- | net/llc/llc_conn.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/llc/llc_conn.c b/net/llc/llc_conn.c index 3477624a4906..c6bab39b018e 100644 --- a/net/llc/llc_conn.c +++ b/net/llc/llc_conn.c | |||
| @@ -79,10 +79,6 @@ int llc_conn_state_process(struct sock *sk, struct sk_buff *skb) | |||
| 79 | 79 | ||
| 80 | if (unlikely(!ev->ind_prim && !ev->cfm_prim)) { | 80 | if (unlikely(!ev->ind_prim && !ev->cfm_prim)) { |
| 81 | /* indicate or confirm not required */ | 81 | /* indicate or confirm not required */ |
| 82 | /* XXX this is not very pretty, perhaps we should store | ||
| 83 | * XXX indicate/confirm-needed state in the llc_conn_state_ev | ||
| 84 | * XXX control block of the SKB instead? -DaveM | ||
| 85 | */ | ||
| 86 | if (!skb->next) | 82 | if (!skb->next) |
| 87 | goto out_kfree_skb; | 83 | goto out_kfree_skb; |
| 88 | goto out_skb_put; | 84 | goto out_skb_put; |
