aoe: Remove superfluous clearing of skb fields in new_skb().
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2009 00:09:44 +0000 (17:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2009 00:09:44 +0000 (17:09 -0700)
This code uses alloc_skb() which clears them out for us.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found