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

From: Robert Love (rml@tech9.net)
Date: Wed Oct 09 2002 - 09:14:26 EST


On Wed, 2002-10-09 at 10:10, Marco Colombo wrote:

> > #define O_NOFOLLOW 0400000 /* don't follow links */
> > #define O_NOFOLLOW 0x20000 /* don't follow links */
> ...
> 04000000 != 0x400000
>
> or am I missing something?

No need. See for example O_NOFOLLOW right above. Each architecture can
do has it pleases (I wish otherwise, but...).

> (do different archs dream of different O_STREAMING values?)

If they so choose. Just look at the formats of the two numbers you
posted, even those are different.

        Robert Love

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



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:31 EST