From: Christoph Lameter Date: Tue, 28 Sep 2010 13:10:28 +0000 (-0500) Subject: slub: extract common code to remove objects from partial list without locking X-Git-Tag: v2.6.37-rc1~141^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e346a83026a28526fc9799337bcc6154819f25;p=pandora-kernel.git slub: extract common code to remove objects from partial list without locking There are a couple of places where repeat the same statements when removing a page from the partial list. Consolidate that into __remove_partial(). Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed