diff --git a/[refs] b/[refs] index b9658e15f705..2c1150286c7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 528be7ff823c3d0fc08c91f31b1e84c5f2681762 +refs/heads/master: dfe9a837987aacaffbce020fbf54d8e0afa4bde1 diff --git a/trunk/net/llc/llc_conn.c b/trunk/net/llc/llc_conn.c index 3477624a4906..c6bab39b018e 100644 --- a/trunk/net/llc/llc_conn.c +++ b/trunk/net/llc/llc_conn.c @@ -79,10 +79,6 @@ int llc_conn_state_process(struct sock *sk, struct sk_buff *skb) if (unlikely(!ev->ind_prim && !ev->cfm_prim)) { /* indicate or confirm not required */ - /* XXX this is not very pretty, perhaps we should store - * XXX indicate/confirm-needed state in the llc_conn_state_ev - * XXX control block of the SKB instead? -DaveM - */ if (!skb->next) goto out_kfree_skb; goto out_skb_put;