]> git.proxmox.com Git - mirror_zfs.git/commit
Fix arc_release() refcount
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 8 Oct 2018 21:59:34 +0000 (14:59 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Oct 2018 17:10:26 +0000 (10:10 -0700)
commit5e8ff25644dfed600b4bdfb201ea6db003b4ad2c
treefa22a137e1151f85c2767eb5883dafb0095d15bd
parentd7e4b30a672c1d7eb77dbbe2cdcf14cac102839a
Fix arc_release() refcount

Update arc_release to use arc_buf_size().  This hunk was accidentally
dropped when porting compressed send/recv, 2aa34383b.

Reviewed-by: Matthew Ahrens <mahrens@delphix.com>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #8000
module/zfs/arc.c