mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix incorrect type in spl_kmem_cache_set_move() parameter
A preprocessor definition renders this harmless. However, it is a good idea to change this to be consistent. Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu>
This commit is contained in:
committed by
Brian Behlendorf
parent
744038069d
commit
6576a1a70d
@@ -1484,7 +1484,7 @@ EXPORT_SYMBOL(spl_kmem_cache_create);
|
||||
* XXX: Unimplemented but harmless to stub out for now.
|
||||
*/
|
||||
void
|
||||
spl_kmem_cache_set_move(kmem_cache_t *skc,
|
||||
spl_kmem_cache_set_move(spl_kmem_cache_t *skc,
|
||||
kmem_cbrc_t (move)(void *, void *, size_t, void *))
|
||||
{
|
||||
ASSERT(move != NULL);
|
||||
|
||||
Reference in New Issue
Block a user