Re: [PATCH] O_STREAMING - flag for optimal streaming I/O

Erik Andersen (andersen@codepoet.org)
Thu, 10 Oct 2002 14:00:54 -0600


On Thu Oct 10, 2002 at 12:33:07PM +0200, Marco Colombo wrote:
> True, but either you include kernel headers from user apps, or wait for
> glibc (or [whatever]libc) to catch up, or do something like this:
>
> #define O_STREAMING 04000000
>
> fd = open(file, ... | O_STREAMING);
>
> (quoted directly from one of Robert's messages).

I dunno about glibc, but I stuck support for O_STREAMING into
uClibc last night... :)

-Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/