Skip to content

Commit

Permalink
Add missing documentation for some KMC flags
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matt Ahrens <[email protected]>
Signed-off-by: Sebastian Gottschall <[email protected]>
Signed-off-by: Michael Niewöhner <[email protected]>
Closes openzfs#9034
  • Loading branch information
c0d3z3r0 authored and tonyhutter committed Dec 26, 2019
1 parent 3148cf6 commit d055d98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module/spl/spl-kmem-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d055d98

Please sign in to comment.