diff options
author | Hannes Reinecke <hare@suse.de> | 2015-06-10 02:41:23 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-06-16 02:26:03 -0400 |
commit | 196e2e2aa362850bf45bcb14b9517124b23b921e (patch) | |
tree | 65be24d2b0d650afe59e69c4749a853ebaa3ee0e /include/target | |
parent | f2d30680204f20b815e6796437923fb870b6c193 (diff) |
target: Remove TARGET_MAX_LUNS_PER_TRANSPORT
LUN allocation is now fully dynamic, so there is no need to
artificially restrain the number of exported LUNs.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 836ff8abdf18..8cb612613c10 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -13,9 +13,6 @@ | |||
13 | #define TARGET_CORE_MOD_VERSION "v4.1.0" | 13 | #define TARGET_CORE_MOD_VERSION "v4.1.0" |
14 | #define TARGET_CORE_VERSION TARGET_CORE_MOD_VERSION | 14 | #define TARGET_CORE_VERSION TARGET_CORE_MOD_VERSION |
15 | 15 | ||
16 | /* Maximum Number of LUNs per Target Portal Group */ | ||
17 | /* Don't raise above 511 or REPORT_LUNS needs to handle >1 page */ | ||
18 | #define TRANSPORT_MAX_LUNS_PER_TPG 256 | ||
19 | /* | 16 | /* |
20 | * By default we use 32-byte CDBs in TCM Core and subsystem plugin code. | 17 | * By default we use 32-byte CDBs in TCM Core and subsystem plugin code. |
21 | * | 18 | * |