Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   dholland
Date:           Sun Sep 27 17:19:07 UTC 2009

Modified Files:
        src/share/man/man9: namei.9
        src/sys/kern: vfs_lookup.c
        src/sys/nfs: nfs_serv.c nfs_srvsubs.c
        src/sys/sys: namei.src

Log Message:
Rename lookup() to lookup_for_nfsd(), to make it clear just whose
private backdoor entry point this is.

Also, clone the lookup_for_nfsd() entry point as
lookup_for_nfsd_index(), for use by a different call site in nfsd that
does different unclean things with nameidata.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/namei.9
cvs rdiff -u -r1.118 -r1.119 src/sys/kern/vfs_lookup.c
cvs rdiff -u -r1.146 -r1.147 src/sys/nfs/nfs_serv.c
cvs rdiff -u -r1.3 -r1.4 src/sys/nfs/nfs_srvsubs.c
cvs rdiff -u -r1.11 -r1.12 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