Module Name: src Committed By: bouyer Date: Sun Feb 14 13:27:45 UTC 2010
Modified Files: src/sys/kern [netbsd-5]: vfs_syscalls.c src/sys/nfs [netbsd-5]: nfs_serv.c src/sys/sys [netbsd-5]: namei.src Log Message: Pull up following revision(s) (requested by pooka in ticket #1289): sys/sys/namei.src: revision 1.14 sys/kern/vfs_syscalls.c: revision 1.401 sys/nfs/nfs_serv.c: revision 1.149 sys/sys/namei.h: regen Define namei flag INRENAME and set it if a lookup operation is part of rename. This helps with building better asserts for rename in the DELETE lookup ... the RENAME lookup is quite obviously a part of rename. To generate a diff of this commit: cvs rdiff -u -r1.376.4.4 -r1.376.4.5 src/sys/kern/vfs_syscalls.c cvs rdiff -u -r1.138.16.1 -r1.138.16.2 src/sys/nfs/nfs_serv.c cvs rdiff -u -r1.8.14.1 -r1.8.14.2 src/sys/sys/namei.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.