From: Stefan Richter Date: Mon, 3 Jul 2006 16:02:36 +0000 (-0400) Subject: [PATCH] ieee1394: nodemgr: convert nodemgr_serialize semaphore to mutex X-Git-Tag: v2.6.19-rc1~644^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cab8d154e2ed43fe1495aa0e18103e747552891b;p=pandora-kernel.git [PATCH] ieee1394: nodemgr: convert nodemgr_serialize semaphore to mutex Another trivial sem2mutex conversion. Side note: nodemgr_serialize's purpose, when introduced in linux1394's revision 529 in July 2002, was to protect several data structures which are now largely handled by or together with Linux' driver core and are now protected by the LDM's own mechanisms. It may very well be possible to remove this mutex now. But fully parallelized node scanning is on our long-term TODO list anyway; the mutex will certainly go away then. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed