commit | 58383af629efb07e5a0694e445eda0c65b16e1de | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Mon Feb 06 14:12:43 2006 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 20 13:42:58 2006 -0800 |
tree | 228369b2e56411c91ee1356957c0aa2dc0d033e5 | |
parent | 8b5536bbee53620f8d5f367987e5727ba36d886d [diff] |
[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>