From: Linus Torvalds Date: Wed, 8 Mar 2006 18:33:05 +0000 (-0800) Subject: slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNT X-Git-Tag: v2.6.16-rc6~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78bb8ad482267b92c122f0e37a7dce69c880247;p=pandora-kernel.git slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNT Instead of having a hard-to-read and confusing conditional in the caller, just make the slab order calculation handle this special case, since it's simple and obvious there. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed