cvs commit: src/sys/kern vfs_lookup.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jul 29 13:36:32 PDT 2004
dillon 2004/07/29 13:34:09 PDT
DragonFly src repository
Modified files:
sys/kern vfs_lookup.c
Log:
Work to allow pure threads to issue VFS lookups: (untested/experimental)
Use the rootvnode as the basis for searches initiated from pure threads
since no proc or fdp structure exists.
Revision Changes Path
1.13 +20 -7 src/sys/kern/vfs_lookup.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_lookup.c.diff?r1=1.12&r2=1.13&f=u
More information about the Commits
mailing list