From: David Woodhouse Date: Wed, 11 Jan 2006 14:41:26 +0000 (+0000) Subject: [PATCH] fix/simplify mutex debugging code X-Git-Tag: v2.6.16-rc1~426 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4fc7ab1d065a9dd89ed0e74439ef87d4a16e980;p=pandora-kernel.git [PATCH] fix/simplify mutex debugging code Let's switch mutex_debug_check_no_locks_freed() to take (addr, len) as arguments instead, since all its callers were just calculating the 'to' address for themselves anyway... (and sometimes doing so badly). Signed-off-by: David Woodhouse Acked-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed