From: Peter Zijlstra Date: Fri, 10 Jan 2014 12:23:49 +0000 (+0100) Subject: slub: use lockdep_assert_held X-Git-Tag: v3.14-rc1~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65c1877bd6826ce0d9713d76e30a7bed8e49f38;p=pandora-kernel.git slub: use lockdep_assert_held Instead of using comments in an attempt at getting the locking right, use proper assertions that actively warn you if you got it wrong. Also add extra braces in a few sites to comply with coding-style. Signed-off-by: Peter Zijlstra Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed