Module Name: src Committed By: dholland Date: Mon May 16 15:09:31 UTC 2011
Modified Files: src/sys/kern: vfs_lookup.c Log Message: Hack for PR 44961: restore the prior "logic" pertaining to looking up / to prevent a crash when attempting rename("/", "foo"). This is not really what I want going forward and it may cause e.g. rmdir("blah/") to fail, so if it causes trouble for anyone back it out. The right fix is going to have to wait until the qemu/tcp_vtw problems I ran into last night get sorted out. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/sys/kern/vfs_lookup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.