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:23:54 UTC 2009
Modified Files:
src/share/man/man9: namei.9
src/sys/kern: vfs_lookup.c
src/sys/nfs: nfs_srvsubs.c
src/sys/sys: namei.src
Log Message:
Move a big wodge of symlink-following code from nfsd to inside
lookup_for_nfsd(). This code is, or at least should be, the same as
the regular symlink-following code plus an extra flag nfsd needs.
The two lots of code can/will be merged in the future.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/share/man/man9/namei.9
cvs rdiff -u -r1.119 -r1.120 src/sys/kern/vfs_lookup.c
cvs rdiff -u -r1.4 -r1.5 src/sys/nfs/nfs_srvsubs.c
cvs rdiff -u -r1.12 -r1.13 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