Module Name: src Committed By: hannken Date: Mon Dec 27 18:49:42 UTC 2010
Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c src/sys/miscfs/genfs: genfs_vnops.c src/sys/ufs/ffs: ffs_vfsops.c Log Message: Extend the range of fstrans transactions to a sequence of vnode operations on a locked vnode. This leaves a suspended file system and therefore a snapshot with either all or no operations of such a sequence done. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/fs/msdosfs/msdosfs_vfsops.c cvs rdiff -u -r1.185 -r1.186 src/sys/miscfs/genfs/genfs_vnops.c cvs rdiff -u -r1.262 -r1.263 src/sys/ufs/ffs/ffs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.