From: Christoph Lameter Date: Wed, 1 Jun 2011 17:25:50 +0000 (-0500) Subject: slub: explicit list_lock taking X-Git-Tag: v3.1-rc1~114^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc6eee8a8c1aefe9c86fe7345a2aa1c4ca70dc6;p=pandora-kernel.git slub: explicit list_lock taking The allocator fastpath rework does change the usage of the list_lock. Remove the list_lock processing from the functions that hide them from the critical sections and move them into those critical sections. This in turn simplifies the support functions (no __ variant needed anymore) and simplifies the lock handling on bootstrap. Inline add_partial since it becomes pretty simple. Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed