]> git.proxmox.com Git - mirror_zfs.git/commit
Add abd_cache_reap_now for abd_chunk_cache users
authorMatthew Macy <mmacy@freebsd.org>
Thu, 18 Jun 2020 04:44:13 +0000 (21:44 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 04:44:13 +0000 (21:44 -0700)
commit7564073ed6344c12e6bc4ffabd130522d937fb93
treea4718c134d55297d537f8d79da6a6a82051d40cc
parent4458157beecdf892a596bf8a61a958ebc492f0b3
Add abd_cache_reap_now for abd_chunk_cache users

Apparently missed in the initial port integration was
the need to reap the abd_chunk_cache on FreeBSD. This
change addresses that oversight.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #10474
include/sys/abd.h
module/os/freebsd/zfs/abd_os.c
module/os/linux/zfs/abd_os.c
module/zfs/arc.c