From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756937AbbJITVa (ORCPT ); Fri, 9 Oct 2015 15:21:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40994 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752565AbbJITV3 (ORCPT ); Fri, 9 Oct 2015 15:21:29 -0400 Date: Fri, 9 Oct 2015 12:21:28 -0700 From: Greg KH To: Alex Williamson Cc: avi@scylladb.com, avi@cloudius-systems.com, gleb@scylladb.com, corbet@lwn.net, bruce.richardson@intel.com, mst@redhat.com, linux-kernel@vger.kernel.org, alexander.duyck@gmail.com, gleb@cloudius-systems.com, stephen@networkplumber.org, vladz@cloudius-systems.com, iommu@lists.linux-foundation.org, hjk@hansjkoch.de Subject: Re: [RFC PATCH 1/2] vfio: Move vfio.c vfio_core.c Message-ID: <20151009192128.GB16217@kroah.com> References: <20151009182228.14752.99700.stgit@gimli.home> <20151009184103.14752.5250.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151009184103.14752.5250.stgit@gimli.home> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 09, 2015 at 12:41:03PM -0600, Alex Williamson wrote: > This allows us to more easily create a "vfio" module that includes > multiple files. No code change, rename and Makefile update only. > > Signed-off-by: Alex Williamson > --- > drivers/vfio/Makefile | 1 > drivers/vfio/vfio.c | 1640 ---------------------------------------------- > drivers/vfio/vfio_core.c | 1640 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 1641 insertions(+), 1640 deletions(-) > delete mode 100644 drivers/vfio/vfio.c > create mode 100644 drivers/vfio/vfio_core.c Use -S to git format-patch so we can see the rename, not a delete/add patch please. thanks, greg k-h