From: Neil Horman Date: Fri, 25 Jul 2008 16:44:09 +0000 (-0400) Subject: sctp: reduce memory footprint of sctp_chunk structure X-Git-Tag: v2.6.28-rc1~717^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c226ef9b83694311327f3ab0036c6de9c22e9daf;p=pandora-kernel.git sctp: reduce memory footprint of sctp_chunk structure sctp_chunks should be put on a diet. This is some of the low hanging fruit that we can strip out. Changes all the __s8/__u8 flags to bitfields. Saves 12 bytes per chunk. Signed-off-by: Neil Horman Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed