]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
slab: clarify and fix calculate_slab_order()
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 7 Mar 2006 01:44:43 +0000 (17:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 7 Mar 2006 01:44:43 +0000 (17:44 -0800)
commit9888e6fa7b68d9c8cc2c162a90979825ab45150a
tree83e46fb733008fa753269d338f90ad255cc59f53
parentf716d8303345698728d9f8ce76a82a795a5be275
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>
mm/slab.c