mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Fix coverity defects: CID 147452, 147447, 147446
coverity scan CID:147452, Type:Unchecked return value from library coverity scan CID:147447, Type:Unchecked return value from library coverity scan CID:147446, Type:Unchecked return value from library Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: cao.xuewen <cao.xuewen@zte.com.cn> Closes #5264
This commit is contained in:
@@ -1045,7 +1045,7 @@ kobj_get_filesize(struct _buf *file, uint64_t *size)
|
||||
void
|
||||
delay(clock_t ticks)
|
||||
{
|
||||
poll(0, 0, ticks * (1000 / hz));
|
||||
(void) poll(0, 0, ticks * (1000 / hz));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user