mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-06 14:16:36 +03:00
4edbd2f79a
We declare zio_alloc_arena using extern, but it does not appear to exist anywhere in the code. This permits undefined behavior, so lets remove it. Signed-off-by: Richard Yao <ryao@gentoo.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #1614