Re: cache limit

From: Andrew Morton
Date: Tue Aug 19 2003 - 04:49:06 EST


"J.A. Magallon" <jamagallon@xxxxxxx> wrote:
>
>
> So could O_STREAMING be included in 2.4, and let people do things like

Sounds fairly ugh, actually. It might be better to just implement
fadvise().

O_STREAMING is really designed for large streaming writes; the current
implementation only performs invalidation after each megabyte of I/O, so it
would fail to do anything at all in the lots-of-medium-size-files case
such as rsync.

Or use 2.6. It will take a while for the feature to usefully propagate into
applications anyway...

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