From: Tom Herbert Date: Wed, 11 Feb 2015 00:30:30 +0000 (-0800) Subject: net: Use more bit fields in napi_gro_cb X-Git-Tag: fixes-v4.0-rc1~68^2~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa32ff42871f2d4aca9c08c9403d0e497325564;p=pandora-kernel.git net: Use more bit fields in napi_gro_cb This patch moves the free and same_flow fields to be bit fields (2 and 1 bit sized respectively). This frees up some space for u16's. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed