From: Christoph Hellwig Date: Wed, 17 Oct 2007 06:26:13 +0000 (-0700) Subject: kill DECLARE_MUTEX_LOCKED X-Git-Tag: v2.6.24-rc1~765 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fc8bbcf5eb25fa2aec290b302a9878dde20168;p=pandora-kernel.git kill DECLARE_MUTEX_LOCKED DECLARE_MUTEX_LOCKED was used for semaphores used as completions and we've got rid of them. Well, except for one in libusual that the maintainer explicitly wants to keep as semaphore. So convert that useage to an explicit sema_init and kill of DECLARE_MUTEX_LOCKED so that new code is reminded to use a completion. Signed-off-by: Christoph Hellwig Acked-by: "Satyam Sharma" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed