From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9je9-0008CI-VX for qemu-devel@nongnu.org; Wed, 05 May 2010 14:48:38 -0400 Received: from [140.186.70.92] (port=57640 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9je8-0008BK-AB for qemu-devel@nongnu.org; Wed, 05 May 2010 14:48:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9je4-0006dt-OQ for qemu-devel@nongnu.org; Wed, 05 May 2010 14:48:36 -0400 Received: from verein.lst.de ([213.95.11.210]:40246) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9je4-0006dV-Ek for qemu-devel@nongnu.org; Wed, 05 May 2010 14:48:32 -0400 Date: Wed, 5 May 2010 20:48:30 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] block: Avoid unchecked casts for AIOCBs Message-ID: <20100505184830.GA9231@lst.de> References: <1273053118-14001-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273053118-14001-1-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 Wed, May 05, 2010 at 11:51:58AM +0200, Kevin Wolf wrote: > Use container_of for one direction and &acb->common for the other one. > > Signed-off-by: Kevin Wolf Looks good, Reviewed-by: Christoph Hellwig