commit | 9888e6fa7b68d9c8cc2c162a90979825ab45150a | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Mon Mar 06 17:44:43 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Mar 06 17:44:43 2006 -0800 |
tree | 83e46fb733008fa753269d338f90ad255cc59f53 | |
parent | f716d8303345698728d9f8ce76a82a795a5be275 [diff] |
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 <torvalds@osdl.org>