Module Name: src Committed By: dholland Date: Mon Jul 18 01:13:33 UTC 2011
Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Fix error path for UFS_WAPBL_BEGIN failure to avoid leaking an vnode (in memory) and inode (on disk). Caution: untested; I have no idea how to provoke such a failure. To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 src/sys/ufs/ufs/ufs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.