tegge 2006-05-09 22:33:43 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_inode.c
Log:
Bring the call to softdep_releasefile() within the region protected by
vn_start_secondary_write() since it might cause file system write activity
(e.g. ffs_snapremove()).
Revision Changes Path
1.67 +7 -3 src/sys/ufs/ufs/ufs_inode.c