Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Wed Dec 23 01:09:25 UTC 2009

Modified Files:
        src/sys/kern: vfs_syscalls.c
        src/sys/nfs: nfs_serv.c
        src/sys/sys: namei.src

Log Message:
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.400 -r1.401 src/sys/kern/vfs_syscalls.c
cvs rdiff -u -r1.148 -r1.149 src/sys/nfs/nfs_serv.c
cvs rdiff -u -r1.13 -r1.14 src/sys/sys/namei.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index