inet: Remove unused sk_sndmsg_* from UFO
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 1 Mar 2011 02:36:47 +0000 (02:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2011 20:35:02 +0000 (12:35 -0800)
commit5a2ef92023506d4e9cd13617b5a46b4d0f1b6747
tree995af8882f53c67ed79e10a1bd37d523ba7986a9
parent9836f4080fd5b680cc2d9656355c1a7c681b1ffd
inet: Remove unused sk_sndmsg_* from UFO

UFO doesn't really use the sk_sndmsg_* parameters so touching
them is pointless.  It can't use them anyway since the whole
point of UFO is to use the original pages without copying.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
net/ipv4/ip_output.c
net/ipv6/ip6_output.c