commit | 910d6c320cac65c81d66e8fd30dca167092722eb | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Tue Feb 12 22:16:33 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 12 22:16:33 2008 -0800 |
tree | 8c15459ad21e293081636c535945682a079d51cf | |
parent | 4c3a0a254e5d706d3fe01bf42261534858d05586 [diff] |
[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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>