From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtam7-0000ut-N1 for qemu-devel@nongnu.org; Wed, 26 Nov 2014 06:28:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtam2-0006mC-Ok for qemu-devel@nongnu.org; Wed, 26 Nov 2014 06:28:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtam2-0006m8-IE for qemu-devel@nongnu.org; Wed, 26 Nov 2014 06:28:42 -0500 Date: Wed, 26 Nov 2014 12:28:38 +0100 From: Kevin Wolf Message-ID: <20141126112838.GD3548@noname.str.redhat.com> References: <1416900193-3763-1-git-send-email-ming.lei@canonical.com> <1416900193-3763-4-git-send-email-ming.lei@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1416900193-3763-4-git-send-email-ming.lei@canonical.com> Subject: Re: [Qemu-devel] [PATCH v6 3/3] linux-aio: remove 'node' from 'struct qemu_laiocb' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei Cc: Paolo Bonzini , qemu-devel@nongnu.org, Stefan Hajnoczi Am 25.11.2014 um 08:23 hat Ming Lei geschrieben: > No one uses the 'node' field any more, so remove it > from 'struct qemu_laiocb', and this can save 16byte > for the struct on 64bit arch. > > Reviewed-by: Paolo Bonzini > Signed-off-by: Ming Lei Useful on its own, even without the other patches of the series. Reviewed-by: Kevin Wolf