Re: K3b and 2.6.9?

From: Linus Torvalds
Date: Tue Aug 31 2004 - 15:49:47 EST




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 ;)

Linus
-
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/