DragonFly users List (threaded) for 2009-09
DragonFly BSD
DragonFly users List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

namei.h query


From: Saifi Khan <saifi.khan@xxxxxxxxxxxxxxx>
Date: Tue, 1 Sep 2009 22:19:29 +0530 (IST)

Hi all:

Here is a newbie query regarding the code in namei.h

In DragonflyBSD, sys/sys/namei.h

struct componentname
{
 ...
 ...
 long cn_consume; /* chars to consume in lookup */
 ...
};

and

in FreeBSD RELENG_4, sys/sys/namei.h

struct componentname
{
 ...
 ...
 char *cn_pnbuf; /* pathname buffer */
 ...
 ...
};


What is the advantage of the DragonflyBSD approach in this case ?


thanks
Saifi.




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]