From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRdDc-00046h-0Z for qemu-devel@nongnu.org; Wed, 10 Sep 2014 04:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRdDV-0000wc-BE for qemu-devel@nongnu.org; Wed, 10 Sep 2014 04:25:35 -0400 Received: from averel.grnet-hq.admin.grnet.gr ([195.251.29.3]:7412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRdDV-0000vo-4C for qemu-devel@nongnu.org; Wed, 10 Sep 2014 04:25:29 -0400 Message-ID: <54100AF2.7000405@grnet.gr> Date: Wed, 10 Sep 2014 11:25:22 +0300 From: Chrysostomos Nanakos MIME-Version: 1.0 References: <1410284330-23325-1-git-send-email-cnanakos@grnet.gr> <20140910082021.GA4052@noname.str.redhat.com> In-Reply-To: <20140910082021.GA4052@noname.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 1/2] block/archipelago: Implement bdrv_truncate() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com On 09/10/2014 11:20 AM, Kevin Wolf wrote: > Am 09.09.2014 um 19:38 hat Chrysostomos Nanakos geschrieben: >> Signed-off-by: Chrysostomos Nanakos >> --- >> block/archipelago.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-- >> 1 file changed, 61 insertions(+), 2 deletions(-) > Thanks, applied all to the block branch. > > Can you please add a cover letter (the [PATCH 0/n] mail as produced by > the --cover-letter option in git format-patch) for your next series? > > Kevin Yes of course, removed it in the last minute thinking that it was only two commits and there was no need for a cover letter. Thanks. Regards, Chrysostomos.