gro: Move common completion code into helpers
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 29 Jan 2009 14:19:48 +0000 (14:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Jan 2009 00:33:02 +0000 (16:33 -0800)
commit5d0d9be8ef456afc6c3fb5f8aad06ef19b704b05
tree9fc987d5c6850800a83465105af43af4ce9c76a4
parent7019298a2a5058c4e324494d6c8d0598214c28f4
gro: Move common completion code into helpers

Currently VLAN still has a bit of common code handling the aftermath
of GRO that's shared with the common path.  This patch moves them
into shared helpers to reduce code duplication.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/8021q/vlan_core.c
net/core/dev.c