From: Johannes Berg Date: Tue, 13 May 2008 03:48:31 +0000 (-0700) Subject: net: Allow netdevices to specify needed head/tailroom X-Git-Tag: v2.6.26-rc3~65^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5184d267c1aedb9b7a8cc44e08ff6b8d382c3b5;p=pandora-kernel.git net: Allow netdevices to specify needed head/tailroom This patch adds needed_headroom/needed_tailroom members to struct net_device and updates many places that allocate sbks to use them. Not all of them can be converted though, and I'm sure I missed some (I mostly grepped for LL_RESERVED_SPACE) Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- Reading git-diff-tree failed