commit | f78bb8ad482267b92c122f0e37a7dce69c880247 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 08 10:33:05 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 08 10:33:05 2006 -0800 |
tree | 0e43a4aabbf7a74c6253b1ecd30e3f6c8eccec43 | |
parent | 7986824e4e31d6c66f39d2f11ab93fcfed21f593 [diff] |
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 <torvalds@osdl.org>