summaryrefslogtreecommitdiffstats
path: root/drivers/target/Makefile
diff options
context:
space:
mode:
authorNicholas Bellinger2011-02-10 00:35:03 +0100
committerJames Bottomley2011-02-12 19:15:47 +0100
commite89d15eeadb172bd53ca6362bf9ab6b22077224c (patch)
treed7b5716ed3ccc80a4b3863305d6a0f8284ce49e4 /drivers/target/Makefile
parent[SCSI] target: Fix SCF_SCSI_CONTROL_SG_IO_CDB breakage (diff)
downloadkernel-qcow2-linux-e89d15eeadb172bd53ca6362bf9ab6b22077224c.tar.gz
kernel-qcow2-linux-e89d15eeadb172bd53ca6362bf9ab6b22077224c.tar.xz
kernel-qcow2-linux-e89d15eeadb172bd53ca6362bf9ab6b22077224c.zip
[SCSI] target: Remove procfs based target_core_mib.c code
This patch removes the legacy procfs based target_core_mib.c code, and moves the necessary scsi_index_tables functions and defines into target_core_transport.c and target_core_base.h code to allow existing fabric independent statistics to function. This includes the removal of a handful of 'atomic_t mib_ref_count' counters used in struct se_node_acl, se_session and se_hba to prevent removal while using seq_list procfs walking logic. [jejb: fix up compile failures] Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/target/Makefile')
-rw-r--r--drivers/target/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile
index 5cfd70819f08..973bb190ef57 100644
--- a/drivers/target/Makefile
+++ b/drivers/target/Makefile
@@ -13,8 +13,7 @@ target_core_mod-y := target_core_configfs.o \
target_core_transport.o \
target_core_cdb.o \
target_core_ua.o \
- target_core_rd.o \
- target_core_mib.o
+ target_core_rd.o
obj-$(CONFIG_TARGET_CORE) += target_core_mod.o