Do not retry on some security sense codes.
MFC after: 1 week
This commit is contained in:
parent
d3de26c3d0
commit
769cbdb7a3
@ -3192,10 +3192,10 @@ static struct asc_table_entry asc_table[] = {
|
||||
{ SST(0x74, 0x6F, SS_RDEF, /* XXX TBD */
|
||||
"External data encryption control error") },
|
||||
/* DT R M E V */
|
||||
{ SST(0x74, 0x71, SS_RDEF, /* XXX TBD */
|
||||
{ SST(0x74, 0x71, SS_FATAL | EACCES,
|
||||
"Logical unit access not authorized") },
|
||||
/* D */
|
||||
{ SST(0x74, 0x79, SS_RDEF, /* XXX TBD */
|
||||
{ SST(0x74, 0x79, SS_FATAL | EACCES,
|
||||
"Security conflict in translated device") }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user