Do not retry on some security sense codes.

MFC after:	1 week
This commit is contained in:
Alexander Motin 2016-10-05 00:45:58 +00:00
parent d3de26c3d0
commit 769cbdb7a3

View File

@ -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") }
};