From: Vlad Yasevich Date: Thu, 12 Mar 2009 09:49:17 +0000 (+0000) Subject: sctp: simplify sctp listening code X-Git-Tag: v2.6.30-rc1~662^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8f3f703ae4e4af65e2695e486b3cd198328863;p=pandora-kernel.git sctp: simplify sctp listening code sctp_inet_listen() call is split between UDP and TCP style. Looking at the code, the two functions are almost the same and can be merged into a single helper. This also fixes a bug that was fixed in the UDP function, but missed in the TCP function. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed