Module Name: src Committed By: thorpej Date: Wed Dec 22 18:04:54 UTC 2021
Modified Files: src/sys/external/bsd/common/include/linux: slab.h Log Message: Reduce code duplication: kmem_cache_create() is now exactly the same as kmem_cache_create_dtor() except for the dtor argument, so implement the former in terms of the latter. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/common/include/linux/slab.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.