From: Nicholas Bellinger Date: Wed, 9 Feb 2011 23:35:03 +0000 (-0800) Subject: [SCSI] target: Remove procfs based target_core_mib.c code X-Git-Tag: v2.6.38-rc6~32^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e89d15eeadb172bd53ca6362bf9ab6b22077224c;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed