Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 10 Oct 2002 15:57:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 10 Oct 2002 15:55:55 -0400 Received: from codepoet.org ([166.70.99.138]:49111 "EHLO winder.codepoet.org") by vger.kernel.org with ESMTP id ; Thu, 10 Oct 2002 15:55:10 -0400 Date: Thu, 10 Oct 2002 14:00:54 -0600 From: Erik Andersen To: Marco Colombo Cc: Robert Love , linux-kernel@vger.kernel.org Subject: Re: [PATCH] O_STREAMING - flag for optimal streaming I/O Message-ID: <20021010200053.GA24362@codepoet.org> Reply-To: andersen@codepoet.org Mail-Followup-To: Erik Andersen , Marco Colombo , Robert Love , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Operating-System: Linux 2.4.19-rmk2, Rebel-NetWinder(Intel StrongARM 110 rev 3), 185.95 BogoMips X-No-Junk-Mail: I do not want to get *any* junk mail. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 23 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/