From: Joel Becker Date: Sat, 7 Jul 2007 06:33:17 +0000 (-0700) Subject: configfs: Convert subsystem semaphore to mutex X-Git-Tag: v2.6.23-rc1~781^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bd07aee739566803425acdbf5cdb29919164e1;p=pandora-kernel.git configfs: Convert subsystem semaphore to mutex Convert the su_sem member of struct configfs_subsystem to a struct mutex, as that's what it is. Also convert all the users and update Documentation/configfs.txt and Documentation/configfs_example.c accordingly. [ Conflict in fs/dlm/config.c with commit 3168b0780d06ace875696f8a648d04d6089654e5 manually resolved. --Mark ] Inspired-by: Satyam Sharma Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed