From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c03wv-0002eO-Rc for qemu-devel@nongnu.org; Fri, 28 Oct 2016 05:59:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c03wv-0001kE-3C for qemu-devel@nongnu.org; Fri, 28 Oct 2016 05:59:45 -0400 References: <1477597708-3423-1-git-send-email-eblake@redhat.com> From: Laszlo Ersek Message-ID: Date: Fri, 28 Oct 2016 11:59:37 +0200 MIME-Version: 1.0 In-Reply-To: <1477597708-3423-1-git-send-email-eblake@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] less confusing block file names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-block@nongnu.org On 10/27/16 21:48, Eric Blake wrote: > Based on a suggestion here: > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg00350.html > > v1 was here, and got some R-b but also some discussion: > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg04618.html > > Since then: > patch 1: pick different filename and overhaul commit message, no > R-b applied > patch 2: minor merge context conflict due to patch 1, but R-b applies > > Eric Blake (2): > block: Rename raw_bsd to raw-format.c > block: rename raw-{posix,win32} to file-*.c > > include/block/block_int.h | 2 +- > block/{raw-posix.c => file-posix.c} | 0 > block/{raw-win32.c => file-win32.c} | 0 > block/gluster.c | 4 ++-- > block/{raw_bsd.c => raw-format.c} | 2 +- > MAINTAINERS | 6 +++--- > block/Makefile.objs | 6 +++--- > block/trace-events | 4 ++-- > configure | 2 +- > 9 files changed, 13 insertions(+), 13 deletions(-) > rename block/{raw-posix.c => file-posix.c} (100%) > rename block/{raw-win32.c => file-win32.c} (100%) > rename block/{raw_bsd.c => raw-format.c} (99%) > series Reviewed-by: Laszlo Ersek Thanks! Laszlo