]> git.proxmox.com Git - mirror_spl.git/commit
Lower minimum objects/slab threshold
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 3 Nov 2014 21:50:39 +0000 (13:50 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 5 Nov 2014 18:08:21 +0000 (10:08 -0800)
commit917fef273295616c563bbb0a5f6986cfce543d2f
tree47455aa2dec6e9db300372154d96017214a2f871
parent7f118e836e3533d85aa0f859eb463cf9e54dc3fc
Lower minimum objects/slab threshold

As long as we can fit a minimum of one object/slab there's no reason
to prevent the creation of the cache.  This effectively pushes the
maximum object size up to 32MB.  The splat cache tests were extended
accordingly to verify this functionality.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/sys/kmem.h
module/splat/splat-kmem.c