Module Name: src Committed By: dholland Date: Sun Nov 13 17:22:51 UTC 2011
Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: Avoid panic on error path, from PR 45607. The error path is exercised because this is using DIOCGPART to get the volume size, which doesn't work on wedges. It should be calling getdisksize() instead. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/fs/nilfs/nilfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.