From: Alexander Duyck Date: Thu, 4 Sep 2014 17:32:11 +0000 (-0400) Subject: net: merge cases where sock_efree and sock_edemux are the same function X-Git-Tag: fixes-against-v3.18-rc2~81^2~150^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82eabd9eb2ec1603282a2c3f74dfcb6fe0aaea0e;p=pandora-kernel.git net: merge cases where sock_efree and sock_edemux are the same function Since sock_efree and sock_demux are essentially the same code for non-TCP sockets and the case where CONFIG_INET is not defined we can combine the code or replace the call to sock_edemux in several spots. As a result we can avoid a bit of unnecessary code or code duplication. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed