From: Nick Piggin Date: Thu, 17 May 2007 05:10:49 +0000 (-0700) Subject: slob: implement RCU freeing X-Git-Tag: v2.6.22-rc2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc0cedbe9138e3e8b38bfa1e4dfd01a2c537d62;p=pandora-kernel.git slob: implement RCU freeing The SLOB allocator should implement SLAB_DESTROY_BY_RCU correctly, because even on UP, RCU freeing semantics are not equivalent to simply freeing immediately. This also allows SLOB to be used on SMP. Signed-off-by: Nick Piggin Acked-by: Matt Mackall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed