]> git.proxmox.com Git - mirror_spl-debian.git/commit - modules/spl/spl-generic.c
* : modules/sys/kmem-slab.c : Re-implemented the slab to no
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Fri, 13 Jun 2008 23:41:06 +0000 (23:41 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Fri, 13 Jun 2008 23:41:06 +0000 (23:41 +0000)
commit2fb9b26a85ce63dab740821382f1208c8fed6262
tree5f075860b82f9180add51b05565331c135fb3c2e
parentcfe5749941bafbc0bfc069aff00fa0b930d741fa
* : modules/sys/kmem-slab.c : Re-implemented the slab to no
longer be based on the linux slab but to be its own complete
implementation.  The new slab behaves much more like the
Solaris slab than the Linux slab.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@132 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
ChangeLog
include/sys/kmem.h
include/sys/types.h
modules/spl/spl-generic.c
modules/spl/spl-kmem.c
modules/spl/spl-vnode.c
modules/splat/splat-kmem.c