2001-11-14 14:18:56

by Terje Eggestad

[permalink] [raw]
Subject: O_DIRECT broken in stock 2.4.13

Hi

open( , O_DIRECT) succeds, fcntl set and unset of the O_DIRECT flag is
ok, but I get buffered writes anyway.

This works in 2.4.10

TJ

--
_________________________________________________________________________

Terje Eggestad [email protected]
Scali Scalable Linux Systems http://www.scali.com

Olaf Helsets Vei 6 tel: +47 22 62 89 61 (OFFICE)
P.O.Box 70 Bogerud +47 975 31 574 (MOBILE)
N-0621 Oslo fax: +47 22 62 89 51
NORWAY
_________________________________________________________________________


2001-11-14 20:57:30

by Chris Wright

[permalink] [raw]
Subject: Re: O_DIRECT broken in stock 2.4.13

* Terje Eggestad ([email protected]) wrote:
> Hi
>
> open( , O_DIRECT) succeds, fcntl set and unset of the O_DIRECT flag is
> ok, but I get buffered writes anyway.
>
> This works in 2.4.10

iirc, this was disabled shortly after 2.4.10 (like 2.4.11-pre1 or 2).
i believe the flag is still valid, however, i think the direct_io internals
were removed.

cheers,
-chris

2001-11-15 03:04:31

by Andrea Arcangeli

[permalink] [raw]
Subject: Re: O_DIRECT broken in stock 2.4.13

On Wed, Nov 14, 2001 at 12:50:48PM -0800, Chris Wright wrote:
> * Terje Eggestad ([email protected]) wrote:
> > Hi
> >
> > open( , O_DIRECT) succeds, fcntl set and unset of the O_DIRECT flag is
> > ok, but I get buffered writes anyway.
> >
> > This works in 2.4.10
>
> iirc, this was disabled shortly after 2.4.10 (like 2.4.11-pre1 or 2).
> i believe the flag is still valid, however, i think the direct_io internals
> were removed.

Yes, I fixed it in my tree.

ftp://ftp.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.15pre1aa1/00_o_direct-4

Please Linus or Marcelo apply the above patch to the kernel.

Andrea