From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60498 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8naP-0006qQ-Ga for qemu-devel@nongnu.org; Thu, 21 Oct 2010 01:21:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8naO-0005VU-Ha for qemu-devel@nongnu.org; Thu, 21 Oct 2010 01:21:09 -0400 Received: from verein.lst.de ([213.95.11.210]:39658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8naO-0005VG-89 for qemu-devel@nongnu.org; Thu, 21 Oct 2010 01:21:08 -0400 Date: Thu, 21 Oct 2010 07:21:07 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 1/2] ide: Factor ide_flush_cache out Message-ID: <20101021052107.GB15430@lst.de> References: <1287500932-7366-1-git-send-email-kwolf@redhat.com> <1287500932-7366-2-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1287500932-7366-2-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Tue, Oct 19, 2010 at 05:08:51PM +0200, Kevin Wolf wrote: > The next patch reuses this code, so put it in its own function. > > Signed-off-by: Kevin Wolf ACK