Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759743Ab3EBBpv (ORCPT ); Wed, 1 May 2013 21:45:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62893 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754135Ab3EBBpr (ORCPT ); Wed, 1 May 2013 21:45:47 -0400 Date: Thu, 2 May 2013 04:45:36 +0300 From: "Michael S. Tsirkin" Cc: "Michael S. Tsirkin" , Nicholas Bellinger , Asias He , Stefan Hajnoczi , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org Subject: [PATCH 1/3] vhost: src file renames Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Mutt-Fcc: =sent To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 30 Move tcm_vhost.c -> scsi.c Signed-off-by: Michael S. Tsirkin --- drivers/vhost/Makefile | 1 + drivers/vhost/{tcm_vhost.c => scsi.c} | 0 2 files changed, 1 insertion(+) rename drivers/vhost/{tcm_vhost.c => scsi.c} (100%) diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile index a27b053..6ea9cec 100644 --- a/drivers/vhost/Makefile +++ b/drivers/vhost/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_VHOST_NET) += vhost_net.o vhost_net-y := vhost.o net.o obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o +tcm_vhost-y := scsi.o diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/scsi.c similarity index 100% rename from drivers/vhost/tcm_vhost.c rename to drivers/vhost/scsi.c -- MST -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/