From: Herbert Xu Date: Fri, 18 Nov 2011 02:20:05 +0000 (+0000) Subject: packet: Add needed_tailroom to packet_sendmsg_spkt X-Git-Tag: v3.3-rc1~182^2~536 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce4091256d61f8e9c7296f6643c8bd5bb2a00e5;p=pandora-kernel.git packet: Add needed_tailroom to packet_sendmsg_spkt packet: Add needed_tailroom to packet_sendmsg_spkt While auditing LL_ALLOCATED_SPACE I noticed that packet_sendmsg_spkt did not include needed_tailroom when allocating an skb. This isn't a fatal error as we should always tolerate inadequate tail room but it isn't optimal. This patch fixes that. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed