cvs commit: src/sys/kern vfs_nlookup.c src/sys/sys nlookup.h
Hiten Pandya
hmp at crater.dragonflybsd.org
Tue Mar 8 22:11:42 PST 2005
hmp 2005/03/08 22:11:22 PST
DragonFly src repository
Modified files:
sys/kern vfs_nlookup.c
sys/sys nlookup.h
Log:
Add a new function to the nlookup API, called nlookup_set_cred(9); this
function can be called on an existing nlookupdata structure for setting
different credentials.
Add a note on top of nlookup_init(9) about how the function selects the
credentials for the nlookupdata structure.
Reviewed-by: Matthew Dillon <dillon at xxxxxxxxxxxxxxxxxxxx>
Revision Changes Path
1.10 +19 -0 src/sys/kern/vfs_nlookup.c
1.4 +1 -0 src/sys/sys/nlookup.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_nlookup.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/nlookup.h.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list