From: wangweidong Date: Fri, 13 Dec 2013 05:51:04 +0000 (+0800) Subject: sctp: Reorder 'struc association' members to reduce its size X-Git-Tag: v3.14-rc1~94^2~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be78cfcb25fd163ad7c415cdc0ff343fbc8d22ec;p=pandora-kernel.git sctp: Reorder 'struc association' members to reduce its size Members of 'struct association' are not in appropriate order to reuse compiler added padding on 64bit architectures. In this patch we reorder those struct members and help reduce the size of the structure from 2776 bytes to 2720 bytes on 64 bit architectures. Signed-off-by: Wang Weidong Signed-off-by: David S. Miller --- Reading git-diff-tree failed