From: Pavel Emelyanov Date: Wed, 13 Feb 2008 06:16:33 +0000 (-0800) Subject: [GENETLINK]: Relax dances with genl_lock. X-Git-Tag: v2.6.25-rc2~2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910d6c320cac65c81d66e8fd30dca167092722eb;p=pandora-kernel.git [GENETLINK]: Relax dances with genl_lock. The genl_unregister_family() calls the genl_unregister_mc_groups(), which takes and releases the genl_lock and then locks and releases this lock itself. Relax this behavior, all the more so the genl_unregister_mc_groups() is called from genl_unregister_family() only. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed