Re: [PATCH net-next] netlink: Fix skb ref counting.
From: David Miller <davem@davemloft.net>
Date: 2013-05-01 18:58:10
From: David Miller <davem@davemloft.net>
Date: 2013-05-01 18:58:10
From: Pravin B Shelar <redacted> Date: Mon, 29 Apr 2013 23:52:01 -0700
Commit f9c2288837ba072b21dba955f04a4c97eaa77b1e (netlink: implement memory mapped recvmsg) increamented skb->users ref count twice for a dump op which does not look right. Following patch fixes that. CC: Patrick McHardy <redacted> Signed-off-by: Pravin B Shelar <redacted>
I'm tired of waiting for Patrick to review this, to me a lack of a timely review translated into "it's not important to me" so... Applied, thanks Pravin.