]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cd9660: More "check for NULL" cleaunps.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Fri, 12 Feb 2016 22:46:14 +0000 (22:46 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Fri, 12 Feb 2016 22:46:14 +0000 (22:46 +0000)
commite296c1df6f815671606b63d7304d26e536a958f0
treef4bc581087b5c5283cd62b4336248e0bcfdfe4c1
parenteb3ff358dc04c85c50fdbf7eca384a1a5dab3592
cd9660: More "check for NULL" cleaunps.

Cleanup some checks for NULL. Most of these were always unnecessary and
starting with r294954 brelse() doesn't need any NULL checks at all.

For now keep the checks somewhat consistent with NetBSD in case we want to
merge the cleanups to older versions.
sys/fs/cd9660/cd9660_vfsops.c