From: Samuel Ortiz Date: Wed, 14 Dec 2011 15:43:07 +0000 (+0100) Subject: NFC: Do not take the genl mutex from the netlink release notifier X-Git-Tag: v3.3-rc1~182^2~178^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94a098da42f258ae7019acbbea3bc5f93dc6f8f1;p=pandora-kernel.git NFC: Do not take the genl mutex from the netlink release notifier The netlink notifier is atomic so we must not sleep in that context. Also we know that Any netlink packets arriving to us will be purged when the notifier is called, so we don't need to take the mutex. Signed-off-by: Samuel Ortiz Signed-off-by: John W. Linville --- Reading git-diff-tree failed