From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGmPE-0001fw-0F for qemu-devel@nongnu.org; Wed, 06 Jan 2016 06:37:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGmPA-0002vX-LD for qemu-devel@nongnu.org; Wed, 06 Jan 2016 06:37:31 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:59126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGmPA-0002vK-Gp for qemu-devel@nongnu.org; Wed, 06 Jan 2016 06:37:28 -0500 Date: Wed, 6 Jan 2016 11:37:24 +0000 From: Wei Liu Message-ID: <20160106113724.GF27789@citrix.com> References: <1452020761-24457-1-git-send-email-wei.liu2@citrix.com> <1452020761-24457-4-git-send-email-wei.liu2@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 03/22] 9pfs: rename virtio-9p-handle.c to 9p-handle.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Greg Kurz , Wei Liu , qemu-devel@nongnu.org, "Aneesh Kumar K.V" On Wed, Jan 06, 2016 at 11:22:51AM +0000, Stefano Stabellini wrote: > Wrong subject line: you are renaming virtio-9p-local.c > Oops, yes. I will fix this. Wei.