Module Name: src Committed By: hannken Date: Mon Mar 15 09:20:10 UTC 2010
Modified Files: src/sys/ufs/ufs: ufs_inode.c Log Message: Allow ufs_inactive() while a file system is suspending. Removes a possible deadlock between vrele() and ffs_sync() during suspension. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/ufs/ufs/ufs_inode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.