Real run test version (update_tail, kregbase+offset crash)

This commit is contained in:
Aram Santogidis
2017-08-16 15:06:07 +09:00
committed by Balazs Gerofi
parent 640dba627f
commit 7f03c18d4d
3 changed files with 11 additions and 19 deletions

View File

@ -475,13 +475,12 @@ ssize_t hfi1_aio_write(void *private_data, const struct iovec *iovec, unsigned l
reqs = ret;
break;
}
TP("-");
return 0;
dim -= count;
done += count;
reqs++;
}
hfi1_cdbg(AIOWRITE, "-");
TP("-");
return reqs;
}
#ifdef __HFI1_ORIG__