commit | 4ce4091256d61f8e9c7296f6643c8bd5bb2a00e5 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 18 02:20:05 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 18 14:37:10 2011 -0500 |
tree | ff41287641f6320a993d67afa6c41bff4cfdbc39 | |
parent | 56c978f1da1f630ef18aa668a9748c6c23ab819b [diff] |
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 <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>