SBC: Add support for WRITESAME10 and a simple test for using writesame10 to unmap blocks from thin provisioned luns

This commit is contained in:
Ronnie Sahlberg
2012-04-28 13:55:37 +10:00
parent dc01df1e00
commit cc0fa15e14
9 changed files with 278 additions and 1 deletions

View File

@@ -72,6 +72,9 @@ struct scsi_test tests[] = {
{ "T0170_unmap_simple", T0170_unmap_simple },
{ "T0171_unmap_zero", T0171_unmap_zero },
/* writesame10*/
{ "T0180_writesame10_unmap", T0180_writesame10_unmap },
{ NULL, NULL }
};