Commit 9765b1f327951e643a97f43924d1fbeb4e90ffba
1 parent
031ed4d565
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
target: Bump core version to v4.1.0-rc2-ml + fabric versions
Bump core version to v4.1.0-rc2-ml, and for versions from the following mainline fabric modules: loopback: v2.1-rc2 tcm_fc: v0.4 iscsi-target: v4.1.0-rc2 Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff
drivers/target/iscsi/iscsi_target_core.h
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | #include <scsi/iscsi_proto.h> |
10 | 10 | #include <target/target_core_base.h> |
11 | 11 | |
12 | -#define ISCSIT_VERSION "v4.1.0-rc1" | |
12 | +#define ISCSIT_VERSION "v4.1.0-rc2" | |
13 | 13 | #define ISCSI_MAX_DATASN_MISSING_COUNT 16 |
14 | 14 | #define ISCSI_TX_THREAD_TCP_TIMEOUT 2 |
15 | 15 | #define ISCSI_RX_THREAD_TCP_TIMEOUT 2 |
drivers/target/loopback/tcm_loop.h
drivers/target/tcm_fc/tcm_fc.h
include/target/target_core_base.h
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | #include <net/sock.h> |
10 | 10 | #include <net/tcp.h> |
11 | 11 | |
12 | -#define TARGET_CORE_MOD_VERSION "v4.1.0-rc1-ml" | |
12 | +#define TARGET_CORE_MOD_VERSION "v4.1.0-rc2-ml" | |
13 | 13 | #define TARGET_CORE_VERSION TARGET_CORE_MOD_VERSION |
14 | 14 | |
15 | 15 | /* Maximum Number of LUNs per Target Portal Group */ |