Work to allow pure threads to issue VFS lookups: (untested/experimental)
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jul 2004 20:34:09 +0000 (20:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jul 2004 20:34:09 +0000 (20:34 +0000)
commit9f82f8fd3644a41848c55a3447ed3a8bde601ec2
tree6036042df78fb449b73b68a313e6cefb0664d704
parent4a8a79712785ac4a3f13b4f84035d4909593ad7d
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.
sys/kern/vfs_lookup.c