[PATCH] kobj_map semaphore to mutex conversion
authorJes Sorensen <jes@sgi.com>
Mon, 6 Feb 2006 22:12:43 +0000 (14:12 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:42:58 +0000 (13:42 -0800)
commit58383af629efb07e5a0694e445eda0c65b16e1de
tree228369b2e56411c91ee1356957c0aa2dc0d033e5
parent8b5536bbee53620f8d5f367987e5727ba36d886d
[PATCH] kobj_map semaphore to mutex conversion

Convert the kobj_map code to use a mutex instead of a semaphore.  It
converts the single two users as well, genhd.c and char_dev.c.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
block/genhd.c
drivers/base/map.c
fs/char_dev.c
include/linux/kobj_map.h