]> granicus.if.org Git - zfs/commit
Make vn_cache|vn_file_cache kmem caches
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 11 Jan 2011 19:57:02 +0000 (11:57 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 12 Jan 2011 19:38:05 +0000 (11:38 -0800)
commita5b40eed179887d8486c1831008400ec316c81cf
tree91c5d5b3df62d378858bd75ff4f979887ffa2172
parentdcd9cb5a17014b39a4440b26df1dbf78c0dde637
Make vn_cache|vn_file_cache kmem caches

Both of these caches were previously allowed to be either a
vmem or kmem cache based on the size of the object involved.
Since we know the object won't be to large and performce is
much better for a kmem cache for them to be kmem backed.
module/spl/spl-vnode.c