Re: factoring out "at" syscalls common code in nlookup

看板DFBSD_kernel作者時間16年前 (2009/07/27 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
:Hello, : :As part of implementing the at family of syscalls (openat(), :fstatat(), ...), I propose to put the common code handling the file :descriptor argument in the namecache as shown in the patch below. : :Any objection? : :Cheers, :Nicolas Looks pretty good but what is nl_atfp used for? The fp has to be held anyway, I know, but I think I'd rather it be done explicitly in the system calls like it is already. -Matt
文章代碼(AID): #1ARGfjo9 (DFBSD_kernel)
文章代碼(AID): #1ARGfjo9 (DFBSD_kernel)