From: Josh Triplett Date: Fri, 29 Sep 2006 09:01:03 +0000 (-0700) Subject: [PATCH] Pass a lock expression to __cond_lock, like __acquire and __release X-Git-Tag: v2.6.19-rc1~708 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc8e559ee5ae03fa6bdb8611d76d86d0083e793;p=pandora-kernel.git [PATCH] Pass a lock expression to __cond_lock, like __acquire and __release Currently, __acquire and __release take a lock expression, but __cond_lock takes only a condition, not the lock acquired if the expression evaluates to true. Change __cond_lock to accept a lock expression, and change all the callers to pass in a lock expression. Signed-off-by: Josh Triplett Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed