From: Craig Gallek Date: Mon, 15 Jun 2015 15:26:19 +0000 (-0400) Subject: sock_diag: specify info_size per inet protocol X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~57^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd22af808f4d7455ba91596d334438c7ee0f889;p=pandora-kernel.git sock_diag: specify info_size per inet protocol Previously, there was no clear distinction between the inet protocols that used struct tcp_info to report information and those that didn't. This change adds a specific size attribute to the inet_diag_handler struct which defines these interfaces. This will make dispatching sock_diag get_info requests identical for all inet protocols in a following patch. Tested: ss -au Tested: ss -at Signed-off-by: Craig Gallek Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed