From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUOEI-000875-7Y for qemu-devel@nongnu.org; Mon, 01 Aug 2016 21:10:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUOEF-0002jS-1I for qemu-devel@nongnu.org; Mon, 01 Aug 2016 21:10:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUOEE-0002jN-Kd for qemu-devel@nongnu.org; Mon, 01 Aug 2016 21:10:42 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3EFFB7DD0F for ; Tue, 2 Aug 2016 01:10:42 +0000 (UTC) Date: Tue, 2 Aug 2016 09:10:40 +0800 From: Fam Zheng Message-ID: <20160802011040.GB680@ad.usersys.redhat.com> References: <1470020036-14024-1-git-send-email-famz@redhat.com> <3dd172a8-7d57-454d-cbcc-5f0bc20fb32c@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3dd172a8-7d57-454d-cbcc-5f0bc20fb32c@redhat.com> Subject: Re: [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Mon, 08/01 15:45, Laszlo Ersek wrote: > The thing I mildly dislike about patches that consist purely of code > removal is that they don't show up in "git blame", so it's hard to get > credit for them :) Which is a shame, beacuse code deletion is the best > kind of patch! :) I can't agree more! Thanks for reviewing! Fam