Module Name: src Committed By: mlelstv Date: Thu Dec 23 14:43:37 UTC 2010
Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: mount(2) doesn't remove vnodes from the freelist in the error path, so that they get reused with a invalid pointer to a mount structure. As a workaround, free the vnodes used to create the in-filesystem journal immediately. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/ufs/ffs/ffs_wapbl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.