Skip to content

Commit

Permalink
llc: Kill outdated and incorrect comment.
Browse files Browse the repository at this point in the history
This comment suggested storing two pieces of state in the
LLC skb control block, and in fact we do.  Someone did
the implementation but never killed this todo comment :-)

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 29, 2009
1 parent 528be7f commit dfe9a83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/llc/llc_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dfe9a83

Please sign in to comment.