From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQRmm-0001xR-M1 for qemu-devel@nongnu.org; Mon, 13 Jul 2009 16:06:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQRmi-0001x4-44 for qemu-devel@nongnu.org; Mon, 13 Jul 2009 16:06:04 -0400 Received: from [199.232.76.173] (port=60865 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQRmi-0001x1-0s for qemu-devel@nongnu.org; Mon, 13 Jul 2009 16:06:00 -0400 Received: from mail-ew0-f207.google.com ([209.85.219.207]:37695) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQRmh-0003sY-Jh for qemu-devel@nongnu.org; Mon, 13 Jul 2009 16:05:59 -0400 Received: by ewy3 with SMTP id 3so2464518ewy.34 for ; Mon, 13 Jul 2009 13:05:57 -0700 (PDT) Message-ID: <4A5B939F.8000104@codemonkey.ws> Date: Mon, 13 Jul 2009 15:05:51 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Substitute O_DSYNC with O_FSYNC as needed. References: <4a5b8c54.8753f10a.7315.5fd8SMTPIN_ADDED@mx.google.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: > This will allow raw-posix.c to compile on systems that don't have > O_SYNC defined. > > Signed-off-by: John Arbuckle This is already committed as 1c27a8b35ed2736a0542983facbe861d44785a44 Regards, Anthony Liguori