tech-kern archive

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

Re: Patch: openat() family of system calls



On Sun, Jan 11, 2009 at 01:46:18PM +0000, Andrew Doran wrote:
> 
> Comments?

+#define        STARTATFD       0x0080  /* root directory given */
 #define        EMULROOTSET     0x0080  /* emulation root already in 
ni_erootdir */

I suspect those clash ...

    if (__predict_false(cnp->cn_flags & STARTATFD) != 0)

Doesn't seem to be quite what you had in mind.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index