Re: DragonFly-2.3.2.205.g1db69 master sys/kern vfs_nlookup.c vfs
: Factor out common code for handling "at" family of syscalls into
: nlookup_init_at() and nlookup_done_at().
:
: Refactor sys_openat() to use these functions.
I like it. Definitely better then hiding the fp inside the nlookupdata
strsucture.
-Matt