From: Jarek Poplawski Date: Mon, 6 Oct 2008 19:54:57 +0000 (-0700) Subject: netrom: Fix sock_orphan() use in nr_release X-Git-Tag: v2.6.27~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859f4c74d8de4dc344b3a115367d5e22a79bddaf;p=pandora-kernel.git netrom: Fix sock_orphan() use in nr_release While debugging another bug it was found that NetRom socks are sometimes seen unorphaned in sk_free(). This patch moves sock_orphan() in nr_release() to the beginning (like in ax25, or rose). Reported-and-tested-by: Bernard Pidoux f6bvp Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed