From: David S. Miller Date: Tue, 3 May 2005 23:15:59 +0000 (-0700) Subject: [XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv(). X-Git-Tag: v2.6.12-rc4~117^2~23^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f4821e7b93fe72e89b8ff393bd8e705bd178aa5;p=pandora-kernel.git [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 --- Reading git-diff-tree failed