From: Alexander Duyck Date: Fri, 8 Feb 2013 10:17:15 +0000 (+0000) Subject: skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE X-Git-Tag: v3.9-rc1~139^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e67305885eb12849b5475764b0542f03dc2b59;p=pandora-kernel.git skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE In order to address the fact that some devices cannot support the full 32K frag size we need to have the value accessible somewhere so that we can use it to do comparisons against what the device can support. As such I am moving the values out of skbuff.c and into skbuff.h. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed