From: David S. Miller Date: Tue, 17 Jun 2008 10:01:47 +0000 (-0700) Subject: econet: Use sock_orphan() instead of open-coded (and buggy) variant. X-Git-Tag: v2.6.27-rc1~969^2~306 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0efffaf9d57f54a864b739176d1f659a69486e8b;p=pandora-kernel.git econet: Use sock_orphan() instead of open-coded (and buggy) variant. It doesn't grab the sk_callback_lock, it doesn't NULL out the sk->sk_sleep waitqueue pointer, etc. Signed-off-by: David S. Miller --- Reading git-diff-tree failed