--- - branch: MAIN date: Fri Oct 12 02:37:21 UTC 2012 files: - new: '1.458' old: '1.457' path: src/sys/kern/vfs_syscalls.c pathrev: src/sys/kern/vfs_syscalls.c@1.458 type: modified id: 20121012T023721Z.927838e2da3dc77cc1c1d08a2441674d2a736d8d log: | Disentangle do_sys_rename. Elide the fs-wide rename lock for single-directory renames. This required changing the order of lookups, so that we know what the directories are before we lock the nodes. Clean up error branches, explain why various nonsense happens and what it does and doesn't do, and note some of what needs to change. module: src subject: 'CVS commit: src/sys/kern' unixtime: '1350009441' user: riastradh