看板 DFBSD_commit 關於我們 聯絡資訊
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@apollo.backplane.com> 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