From patchwork Wed Jul 29 09:23:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Christie X-Patchwork-Id: 6891361 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4A8749F358 for ; Wed, 29 Jul 2015 09:24:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8070B207D8 for ; Wed, 29 Jul 2015 09:24:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7E395207D5 for ; Wed, 29 Jul 2015 09:24:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752008AbbG2JYO (ORCPT ); Wed, 29 Jul 2015 05:24:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47041 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752628AbbG2JYJ (ORCPT ); Wed, 29 Jul 2015 05:24:09 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 49DA583F8B; Wed, 29 Jul 2015 09:24:09 +0000 (UTC) Received: from rh2.redhat.com (vpn-60-109.rdu2.redhat.com [10.10.60.109]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6T9Ntmv011149; Wed, 29 Jul 2015 05:24:08 -0400 From: mchristi@redhat.com To: ceph-devel@vger.kernel.org, target-devel@vger.kernel.org Subject: [PATCH 18/18] target: add lio rbd to makefile/Kconfig Date: Wed, 29 Jul 2015 04:23:55 -0500 Message-Id: <1438161835-27960-18-git-send-email-mchristi@redhat.com> In-Reply-To: <1438161835-27960-1-git-send-email-mchristi@redhat.com> References: <1438161835-27960-1-git-send-email-mchristi@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Mike Christie Add lio rbd backend module to target Makefile and Kconfig. Signed-off-by: Mike Christie --- drivers/target/Kconfig | 6 ++++++ drivers/target/Makefile | 1 + 2 files changed, 7 insertions(+) diff --git a/drivers/target/Kconfig b/drivers/target/Kconfig index 2573612..29c51c2 100644 --- a/drivers/target/Kconfig +++ b/drivers/target/Kconfig @@ -39,6 +39,12 @@ config TCM_USER2 process to handle requests. This is version 2 of the ABI; version 1 is obsolete. +config TCM_RBD + tristate "TCM/RBD Subsystem Plugin for Linux/RBD" + help + Say Y here to enable the TCM/RBD subsystem plugin for Ceph RBD + access. + source "drivers/target/loopback/Kconfig" source "drivers/target/tcm_fc/Kconfig" source "drivers/target/iscsi/Kconfig" diff --git a/drivers/target/Makefile b/drivers/target/Makefile index e619c02..6011d05 100644 --- a/drivers/target/Makefile +++ b/drivers/target/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o obj-$(CONFIG_TCM_FILEIO) += target_core_file.o obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o obj-$(CONFIG_TCM_USER2) += target_core_user.o +obj-$(CONFIG_TCM_RBD) += target_core_rbd.o # Fabric modules obj-$(CONFIG_LOOPBACK_TARGET) += loopback/