mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
Add missing documentation for some KMC flags
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Matt Ahrens <matt@delphix.com> Signed-off-by: Sebastian Gottschall <s.gottschall@dd-wrt.com> Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Closes #9034
This commit is contained in:
parent
2c7549fb6f
commit
1545f7c59d
@ -862,11 +862,11 @@ spl_magazine_destroy(spl_kmem_cache_t *skc)
|
||||
* KMC_VMEM Force SPL vmem backed cache
|
||||
* KMC_SLAB Force Linux slab backed cache
|
||||
* KMC_OFFSLAB Locate objects off the slab
|
||||
* KMC_NOTOUCH unsupported
|
||||
* KMC_NODEBUG unsupported
|
||||
* KMC_NOHASH unsupported
|
||||
* KMC_QCACHE unsupported
|
||||
* KMC_NOMAGAZINE unsupported
|
||||
* KMC_NOTOUCH Disable cache object aging (unsupported)
|
||||
* KMC_NODEBUG Disable debugging (unsupported)
|
||||
* KMC_NOHASH Disable hashing (unsupported)
|
||||
* KMC_QCACHE Disable qcache (unsupported)
|
||||
* KMC_NOMAGAZINE Enabled for kmem/vmem, Disabled for Linux slab
|
||||
*/
|
||||
spl_kmem_cache_t *
|
||||
spl_kmem_cache_create(char *name, size_t size, size_t align,
|
||||
|
Loading…
Reference in New Issue
Block a user