From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rzqul-0006ci-Ob for qemu-devel@nongnu.org; Tue, 21 Feb 2012 09:42:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rzquh-0004wq-In for qemu-devel@nongnu.org; Tue, 21 Feb 2012 09:41:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rzquh-0004wP-8V for qemu-devel@nongnu.org; Tue, 21 Feb 2012 09:41:55 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1LEfrjv011584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Feb 2012 09:41:54 -0500 Message-ID: <4F43AE02.3030301@redhat.com> Date: Tue, 21 Feb 2012 15:45:22 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1329757114-12665-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1329757114-12665-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: remove unused fields in BlockDriverState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 20.02.2012 17:58, schrieb Paolo Bonzini: > sync_aiocb is unused since commit ce1a14d (Dynamically allocate AIO > Completion Blocks., 2006-08-07). > > private is unused since commit 56a1493 (drive cleanup fixes., 2009-09-25). > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin