From: Vlad Yasevich Date: Wed, 8 Oct 2008 21:19:01 +0000 (-0700) Subject: sctp: shrink sctp_tsnmap some more by removing gabs array X-Git-Tag: v2.6.28-rc1~717^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02015180e2509afd2e3fe3790a333b30708a116b;p=pandora-kernel.git sctp: shrink sctp_tsnmap some more by removing gabs array The gabs array in the sctp_tsnmap structure is only used in one place, sctp_make_sack(). As such, carrying the array around in the sctp_tsnmap and thus directly in the sctp_association is rather pointless since most of the time it's just taking up space. Now, let sctp_make_sack create and populate it and then throw it away when it's done. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed