]> git.proxmox.com Git - mirror_zfs.git/commit
Stub out kmem cache defrag API
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Aug 2010 20:28:10 +0000 (13:28 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Aug 2010 21:23:42 +0000 (14:23 -0700)
commit2b3543025cb2e61c55b4ba79a524d10fe951e3be
treee912d1085e36a767579e908413bc0dfbd3da5ffd
parent8dbd3fbd5e7b66eb68447a9cef44d7c4542a8867
Stub out kmem cache defrag API

At some point we are going to need to implement the kmem cache
move callbacks to allow for kmem cache defragmentation.  This
commit simply lays a small part of the API ground work, it does
not actually implement any of this feature.  This is safe for
now because the move callbacks are just an optimization.  Even
if they are registered we don't ever really have to call them.
include/sys/kmem.h
module/spl/spl-kmem.c