From: Eric W. Biederman Date: Tue, 7 Aug 2012 07:28:09 +0000 (+0000) Subject: sctp: Push struct net down into all of the state machine functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cb81a6a91288fcba19548944729ea906eb5e2a;p=pandora-kernel.git sctp: Push struct net down into all of the state machine functions There are a handle of state machine functions primarily those dealing with processing INIT packets where there is neither a valid endpoint nor a valid assoication from which to derive a struct net. Therefore add struct net * to the parameter list of sctp_state_fn_t and update all of the state machine functions. Signed-off-by: "Eric W. Biederman" Signed-off-by: David S. Miller --- Reading git-diff-tree failed