From: Patrick McHardy Date: Fri, 20 Apr 2007 21:14:21 +0000 (-0700) Subject: [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it X-Git-Tag: v2.6.22-rc1~1128^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af65bdfce98d7965fbe93a48b8128444a2eea024;p=pandora-kernel.git [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it Switch cb_lock to mutex and allow netlink kernel users to override it with a subsystem specific mutex for consistent locking in dump callbacks. All netlink_dump_start users have been audited not to rely on any side-effects of the previously used spinlock. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed