ipv6: fix error propagation in ip6_ufo_append_data()
authorZheng Yan <zheng.z.yan@intel.com>
Fri, 28 Oct 2011 04:26:00 +0000 (00:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Oct 2011 04:26:00 +0000 (00:26 -0400)
commit504744e4edc24f6f16eed44a59b39bffcc0c1391
tree6a54e48c8fb88cc927f9d146819565a94010a873
parent3c20f72f9108b2fcf30ec63d8a4203736c01ccd0
ipv6: fix error propagation in ip6_ufo_append_data()

We should return errcode from sock_alloc_send_skb()

Signed-off-by: Zheng Yan <zheng.z.yan@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c