Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 9 Oct 2002 10:08:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 9 Oct 2002 10:08:56 -0400 Received: from svr-ganmtc-appserv-mgmt.ncf.coxexpress.com ([24.136.46.5]:64016 "EHLO svr-ganmtc-appserv-mgmt.ncf.coxexpress.com") by vger.kernel.org with ESMTP id ; Wed, 9 Oct 2002 10:08:54 -0400 Subject: Re: [PATCH] O_STREAMING - flag for optimal streaming I/O From: Robert Love To: Marco Colombo Cc: linux-kernel@vger.kernel.org, akpm@digeo.com, riel@conectiva.com.br In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 09 Oct 2002 10:14:26 -0400 Message-Id: <1034172868.746.3707.camel@phantasy> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 25 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/