From: Christoph Lameter Date: Thu, 17 May 2007 05:10:56 +0000 (-0700) Subject: SLUB: Do our own flags based on PG_active and PG_error X-Git-Tag: v2.6.22-rc2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5577bd8a85c8b7643a241789b14fafa9c8a6c7db;p=pandora-kernel.git SLUB: Do our own flags based on PG_active and PG_error The atomicity when handling flags in SLUB is not necessary since both flags used by SLUB are not updated in a racy way. Flag updates are either done during slab creation or destruction or under slab_lock. Some of these flags do not have the non atomic variants that we need. So define our own. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed