From: Johannes Berg Date: Thu, 14 Nov 2013 16:14:47 +0000 (+0100) Subject: genetlink: make genl_ops flags a u8 and move to end X-Git-Tag: v3.13-rc1~33^2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f5ccd06aecd0eb1651dd451439d5cb365170854;p=pandora-kernel.git genetlink: make genl_ops flags a u8 and move to end To save some space in the struct on 32-bit systems, make the flags a u8 (only 4 bits are used) and also move them to the end of the struct. This has no impact on 64-bit systems as alignment of the struct in an array uses up the space anyway. Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- Reading git-diff-tree failed