From: Aaron Conole Date: Sat, 26 Sep 2015 22:50:42 +0000 (-0400) Subject: af_unix: Convert the unix_sk macro to an inline function for type safety X-Git-Tag: omap-for-v4.3/fixes-rc5~57^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4613012db1d911f80897f9446a49de817b2c4c47;p=pandora-kernel.git af_unix: Convert the unix_sk macro to an inline function for type safety As suggested by Eric Dumazet this change replaces the #define with a static inline function to enjoy complaints by the compiler when misusing the API. Signed-off-by: Aaron Conole Signed-off-by: David S. Miller --- Reading git-diff-tree failed