From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R48kX-0006bW-EP for qemu-devel@nongnu.org; Thu, 15 Sep 2011 06:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R48kS-0005Qp-3Y for qemu-devel@nongnu.org; Thu, 15 Sep 2011 06:00:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R48kR-0005QR-S2 for qemu-devel@nongnu.org; Thu, 15 Sep 2011 06:00:48 -0400 Message-ID: <4E71CD7E.7030702@redhat.com> Date: Thu, 15 Sep 2011 12:03:42 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1316006756-4837-1-git-send-email-pbonzini@redhat.com> <20110914144059.GA12341@lst.de> In-Reply-To: <20110914144059.GA12341@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scsi-generic: do not disable FUA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: Paolo Bonzini , qemu-devel@nongnu.org Am 14.09.2011 16:40, schrieb Christoph Hellwig: > On Wed, Sep 14, 2011 at 03:25:56PM +0200, Paolo Bonzini wrote: >> I found no rationale for this in the logs, and it is quite bad because >> it will make scsi-generic unsafe WRT power failures. > > Looks good, > > Reviewed-by: Christoph Hellwig Thanks, applied to the block branch. Kevin