Constify ctl_serialize_table.
This commit is contained in:
parent
d13a26b53a
commit
c46f2e1439
@ -10776,7 +10776,7 @@ ctl_check_for_blockage(struct ctl_lun *lun, union ctl_io *pending_io,
|
||||
union ctl_io *ooa_io)
|
||||
{
|
||||
const struct ctl_cmd_entry *pending_entry, *ooa_entry;
|
||||
ctl_serialize_action *serialize_row;
|
||||
const ctl_serialize_action *serialize_row;
|
||||
|
||||
/*
|
||||
* The initiator attempted multiple untagged commands at the same
|
||||
|
@ -61,7 +61,7 @@
|
||||
#define xO CTL_SER_EXTENTOPT /* Optional extent check */
|
||||
#define xS CTL_SER_EXTENTSEQ /* Sequential extent check */
|
||||
|
||||
static ctl_serialize_action
|
||||
const static ctl_serialize_action
|
||||
ctl_serialize_table[CTL_SERIDX_COUNT][CTL_SERIDX_COUNT] = {
|
||||
/**>IDX_ :: 2nd:TUR RD WRT UNM SYN MDSN MDSL RQSN INQ RDCP RES LSNS FMT STR*/
|
||||
/*TUR */{ pS, pS, pS, pS, pS, bK, bK, bK, pS, pS, bK, pS, bK, bK},
|
||||
|
Loading…
x
Reference in New Issue
Block a user