Re: [RFC PATCH 1/2] vfio: Move vfio.c vfio_core.c

From: Greg KH
Date: Fri Oct 09 2015 - 15:21:32 EST


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 <alex.williamson@xxxxxxxxxx>
> ---
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/