: 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