From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKQ9s-0005lp-Qz for qemu-devel@nongnu.org; Mon, 03 Mar 2014 05:31:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKQ9m-0000YV-R5 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 05:31:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKQ9m-0000YE-JQ for qemu-devel@nongnu.org; Mon, 03 Mar 2014 05:31:34 -0500 Date: Mon, 3 Mar 2014 11:31:30 +0100 From: Kevin Wolf Message-ID: <20140303103130.GA4850@dhcp-200-207.str.redhat.com> References: <1391005796-5916-1-git-send-email-bharata@linux.vnet.ibm.com> <20140303091640.GA4780@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140303091640.GA4780@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH v0 0/2] gluster: licence change and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, bharata@linux.vnet.ibm.com Am 03.03.2014 um 10:16 hat Stefan Hajnoczi geschrieben: > On Wed, Jan 29, 2014 at 07:59:54PM +0530, Bharata B Rao wrote: > > Licence change of gluster driver from GPLv2 to GPLv2+ and some cleanups. > > > > Bharata B Rao (2): > > gluster: Change licence to GPLv2+ > > gluster: Remove unused defines and header include > > > > block/gluster.c | 16 ++-------------- > > 1 file changed, 2 insertions(+), 14 deletions(-) > > Hi Kevin, > I missed this series last week since it's tagged "RFC" but it's good to > go. > > Acked-by: Stefan Hajnoczi Thanks, applied. Kevin