From: Josh Triplett Date: Sun, 1 Oct 2006 06:28:21 +0000 (-0700) Subject: [PATCH] Pass sparse the lock expression given to lock annotations X-Git-Tag: v2.6.19-rc1~562 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c902e0a0102f1095eec4b3511c13c84ca2bc4577;p=pandora-kernel.git [PATCH] Pass sparse the lock expression given to lock annotations The lock annotation macros __acquires, __releases, __acquire, and __release all currently throw away the lock expression passed as an argument. Now that sparse can parse __context__ and __attribute__((context)) with a context expression, pass the lock expression down to sparse as the context expression. This requires a version of sparse from GIT commit 37475a6c1c3e66219e68d912d5eb833f4098fd72 or later. Signed-off-by: Josh Triplett Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed