This commit is contained in:
Lee Duncan
2012-12-27 19:18:53 -08:00
127 changed files with 1451 additions and 4590 deletions

View File

@@ -37,9 +37,7 @@ static enum scsi_persistent_out_type pr_types_to_test[] = {
0
};
int T1130_persistent_reserve_simple(const char *initiator,
const char *url, int data_loss, int show_info)
int T1130_persistent_reserve_simple(const char *initiator, const char *url)
{
struct iscsi_context *iscsi;
int ret;
@@ -47,8 +45,6 @@ int T1130_persistent_reserve_simple(const char *initiator,
const unsigned long long key = rand_key();
int i;
printf("1130_persistent_reserve_simple:\n");
printf("=========================================\n");
if (show_info) {