From: "Brian L. Stuart" <[EMAIL PROTECTED]>
> From: "Eric Van Hensbergen" <[EMAIL PROTECTED]>
> > On Thu, May 8, 2008 at 12:56 PM, Brian L. Stuart <[EMAIL PROTECTED]> 
> wrote:
> > >  - v9fs defines P9_OEXCL to be 4, where
> > >   /sys/include/libc.h defines OEXCL to be 0x1000
> > 
> > Which version of v9fs are you using: (this is the current version on my 
> > tree:)
> > [EMAIL PROTECTED]:~/src/linux/9p/include/net/9p$ grep P9_OEXCL *
> > 9p.h: * @P9_OEXCL: only create a file, do not open it
> > 9p.h:       P9_OEXCL = 0x1000,
> 
> I must be using an older version then.  I'm using the one
> in the 2.6.24 kernel source tree.  I'll change my copy
> to match, and I expect that'll make it work at least.

Yep, that made it happy.  I'm still wondering if OMODE
in fossil/9p.c should be 3 instead of 7, though.

BLS


Reply via email to