]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Quell harmless CID about unchecked return value in nvlist_get_guids.
authorasomers <asomers@FreeBSD.org>
Tue, 19 Jan 2016 23:16:24 +0000 (23:16 +0000)
committerasomers <asomers@FreeBSD.org>
Tue, 19 Jan 2016 23:16:24 +0000 (23:16 +0000)
commita7292678aacf57078fdb072c658bd46e47b162af
tree9e2c1a182182a15efc0c8231f2d0f72d0f89bbf6
parent3bda4bd41de2eb4d2c9880b4b393ca4261d0d7e5
Quell harmless CID about unchecked return value in nvlist_get_guids.

The return value doesn't need to be checked, because nvlist_get_guid's
callers check the returned values of the guids.

Coverity CID: 1341869
MFC after: 1 week
X-MFC-With: 292066
Sponsored by: Spectra Logic Corp
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c