]> git.proxmox.com Git - mirror_zfs.git/commit
Fix unchecked return values
authorRichard Yao <richard.yao@alumni.stonybrook.edu>
Thu, 29 Sep 2022 16:02:57 +0000 (12:02 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2022 16:02:57 +0000 (09:02 -0700)
commit1b87195c3c0631d9b6bd4524b621948121e83e29
tree2e5f5378ef655c7b2f123bbd653b6105df888722
parent570ca4441e0583c8dcb5c7179f5eb331d1172784
Fix unchecked return values

2a493a4c7127258b14c39e8c71a9d6f01167c5cd was intended to fix all
instances of coverity reported unchecked return values, but
unfortunately, two were missed by mistake. This commit fixes the
unchecked return values that had been missed.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #13945
cmd/zpool_influxdb/zpool_influxdb.c
module/zfs/zfs_fm.c