net: update skb_recycle_check() for hardware timestamping changes
authorLennert Buytenhek <buytenh@wantstofly.org>
Wed, 6 May 2009 23:49:18 +0000 (16:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 May 2009 23:49:18 +0000 (16:49 -0700)
commitb805007545813d276c844f0f6d6c825b07c6aec6
treee84739b18617b42e8d372dd9f68f2fbd0b636cb2
parent581daf7e00c5e766f26aff80a61a860a17b0d75a
net: update skb_recycle_check() for hardware timestamping changes

Commit ac45f602ee3d1b6f326f68bc0c2591ceebf05ba4 ("net: infrastructure
for hardware time stamping") added two skb initialization actions to
__alloc_skb(), which need to be added to skb_recycle_check() as well.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c