Module Name: src Committed By: pgoyette Date: Fri Aug 5 08:24:46 UTC 2016
Modified Files: src/sys/dev: cgd.c Log Message: Ignore return values when restoring what has just been undone. We're really just putting back something that was there before, so we should not get any errors, and a panic() would be rather severe. This and the corresponding commit to vnd.c address newly reported Coverity CID 1364761 and CID 1364760 To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev/cgd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.