]> git.proxmox.com Git - mirror_zfs.git/commit
zfs_refcount_remove: explictly ignore returns
authorRob N <robn@despairlabs.com>
Thu, 7 Dec 2023 16:21:38 +0000 (03:21 +1100)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 16:21:38 +0000 (08:21 -0800)
commit4836d293c0508b58d5235cc35bf7211fc1082952
tree1e81e5e363b3122b19b3d3d5ee05b5ad7eca494b
parent11656234b560c401dec6a16e1bf048b20fd31aac
zfs_refcount_remove: explictly ignore returns

Coverity noticed that sometimes we ignore the return, and sometimes we
don't. Its not wrong, and I like consistent style, so here we are.

Reported-by: Coverity (CID-1564584)
Reported-by: Coverity (CID-1564585)
Reported-by: Coverity (CID-1564586)
Reported-by: Coverity (CID-1564587)
Reported-by: Coverity (CID-1564588)
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #15647
module/zfs/arc.c