From: Linus Torvalds Date: Tue, 7 Mar 2006 01:44:43 +0000 (-0800) Subject: slab: clarify and fix calculate_slab_order() X-Git-Tag: v2.6.16-rc6~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9888e6fa7b68d9c8cc2c162a90979825ab45150a;p=pandora-kernel.git slab: clarify and fix calculate_slab_order() If we triggered the 'offslab_limit' test, we would return with cachep->gfporder incremented once too many times. This clarifies the logic somewhat, and fixes that bug. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed