From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIm8N-00039I-0U for qemu-devel@nongnu.org; Mon, 22 Jun 2009 12:12:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIm8I-00037A-FC for qemu-devel@nongnu.org; Mon, 22 Jun 2009 12:12:38 -0400 Received: from [199.232.76.173] (port=36043 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIm8I-000375-6F for qemu-devel@nongnu.org; Mon, 22 Jun 2009 12:12:34 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12961) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MIm8H-0001u8-VM for qemu-devel@nongnu.org; Mon, 22 Jun 2009 12:12:34 -0400 Received: from mail-qy0-f191.google.com ([209.85.221.191]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIm8H-00033m-7w for qemu-devel@nongnu.org; Mon, 22 Jun 2009 12:12:33 -0400 Received: by qyk29 with SMTP id 29so3765131qyk.4 for ; Mon, 22 Jun 2009 09:12:32 -0700 (PDT) Message-ID: <4A3FAD6C.5080801@codemonkey.ws> Date: Mon, 22 Jun 2009 11:12:28 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] improved patch from block-raw-posix.c References: In-Reply-To: Content-Type: text/plain; charset=US-ASCII; 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 patch is an improvement over a previous patch for the file > block-raw-posix.c. This time the code checks to see if O_FSYNC is > defined before defining O_SYNC as O_FSYNC. If it isn't defined, then > it defines O_SYNC as 0. > > signed-off-by: ProgrammingKid You have to use your real name with Signed-off-by. See http://kerneltrap.org/files/Jeremy/DCO.txt Regards, Anthony Liguori