Re: K3b and 2.6.9?

From: Tim Fairchild
Date: Tue Aug 31 2004 - 17:15:25 EST


On Wednesday 01 Sep 2004 06:33, Linus Torvalds wrote:
> On Tue, 31 Aug 2004, ismail dönmez wrote:
> > Checked k3b on CVS and it does this now :
> >
> > int flags = O_NONBLOCK;
> > if( write )
> > flags |= O_RDWR;
> > else
> > flags |= O_RDONLY;
> > .....
> > fd = ::open( name, flags );
> >
> > which already fixes the issue. Right?
>
> I assume so, assuming that the "write" flag is set correctly. Somebody
> would need to test whether it actually works for them ;)

Will test more here as soon as possible which may be a couple of days as I
will be away from the computer...

Thanks all very much.

tim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/