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)
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>

No differences found