commit | 0f4821e7b93fe72e89b8ff393bd8e705bd178aa5 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue May 03 16:15:59 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 03 16:15:59 2005 -0700 |
tree | e9116a4ce6593b186c3962fcdc5baf73f243d0b5 | |
parent | 09e14305982efc2f3b509d3c50ef5dcbff64a998 [diff] |
[XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv(). If we free up a partially processed packet because it's skb->len dropped to zero, we need to decrement qlen because we are dropping out of the top-level loop so it will do the decrement for us. Spotted by Herbert Xu. Signed-off-by: David S. Miller <davem@davemloft.net>