From: Pavel Emelyanov Date: Thu, 15 Dec 2011 02:43:27 +0000 (+0000) Subject: sock_diag: Fix module netlink aliases X-Git-Tag: v3.3-rc1~182^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec8dc62f66199aef153d86e1f90d9c1d14696e3;p=pandora-kernel.git sock_diag: Fix module netlink aliases I've made a mistake when fixing the sock_/inet_diag aliases :( 1. The sock_diag layer should request the family-based alias, not just the IPPROTO_IP one; 2. The inet_diag layer should request for AF_INET+protocol alias, not just the protocol one. Thus fix this. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed