DragonFly kernel List (threaded) for 2009-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: factoring out "at" syscalls common code in nlookup
: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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]