Module Name: src Committed By: riastradh Date: Mon Jun 4 20:13:47 UTC 2012
Modified Files: src/sys/ufs/ext2fs: ext2fs_rename.c src/sys/ufs/ufs: inode.h ufs_rename.c ufs_vnops.c src/usr.sbin/pstat: pstat.c Log Message: Kill the IN_RENAME in-core inode flag in ufs and ext2fs. Now that rename works we need not to wave this sort of voodoo at it. ok dholland To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/ufs/ext2fs/ext2fs_rename.c cvs rdiff -u -r1.60 -r1.61 src/sys/ufs/ufs/inode.h cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/ufs/ufs_rename.c cvs rdiff -u -r1.209 -r1.210 src/sys/ufs/ufs/ufs_vnops.c cvs rdiff -u -r1.118 -r1.119 src/usr.sbin/pstat/pstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.