commit | b2b465e9280b739a528435d2916c0a5c1b4eb100 | [log] [tgz] |
---|---|---|
author | Martin K. Petersen <martin.petersen@oracle.com> | Thu Oct 29 22:32:26 2009 -0400 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Nov 06 11:50:52 2009 -0600 |
tree | 003751e8ad8f85a7a68e317aa8820de91ee5429a | |
parent | 88197966e1eeee6547764fa49bfce7e57549acd2 [diff] |
[SCSI] Fix incorrect reporting of host protection capabilities The advent of DIF Type 2 devices exposed some missing break statements in the protection mask switch constructs. However, rewriting the code to use an index into a small static array seemed like a more elegant solution. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>