From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJXBq-0008LQ-Uz for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:27:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJXBm-0008CB-0r for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:27:22 -0400 Received: from [199.232.76.173] (port=51854 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJXBl-0008Bo-Pe for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:27:17 -0400 Received: from mail2.shareable.org ([80.68.89.115]:40533) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJXBk-00073e-H1 for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:27:17 -0400 Date: Wed, 24 Jun 2009 19:27:13 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] replace O_SYNC with O_FSYNC Message-ID: <20090624182713.GM14121@shareable.org> References: <20f282157f4df2f513fdb51427be26c7@hotpop.com> <20090620191629.GB25835@lst.de> <20090620233005.GB29958@shareable.org> <4A3D72B5.5080806@codemonkey.ws> <99cfa4f95f7ce8cbae59b168aee645b8@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <99cfa4f95f7ce8cbae59b168aee645b8@gmail.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: qemu-devel@nongnu.org G 3 wrote: > Even though you are correct, did you have to add the 'broken platform' > remark? Well, O_SYNC is POSIX so anything which claims to be a unix and doesn't have O_SYNC is broken :-) -- Jamie