]> git.proxmox.com Git - mirror_zfs.git/commit
FreeBSD: taskq: Remove unused declaration
authorOlivier Certner <ocert.dev@free.fr>
Fri, 20 Oct 2023 18:49:56 +0000 (20:49 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 18:49:56 +0000 (11:49 -0700)
commitb9384b94988cbcd697199e3284abd5f151978fe6
treee7dbe9db67c7f201bf72f88a7c344ad2f2a34fe8
parentea30b5a9e0d266baa13398ed8f9435de050f4b25
FreeBSD: taskq: Remove unused declaration

Variable 'uma_align_cache' has not been used since commit "FreeBSD: Use
a hash table for taskqid lookups" (3933305ea).  Moreover, it is soon
going to become private to FreeBSD's UMA in 15.0-CURRENT (main),
14.0-STABLE (stable/14) and 13.2-STABLE (stable/13).  Should accessing
this information become necessary again, one will have to use the new
accessors for recent versions.

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Olivier Certner <olce.freebsd@certner.fr>
Closes #15416
module/os/freebsd/spl/spl_taskq.c