Updated hfi1_filedata {} and confirmed its size against the original on Linux
Conflicts: kernel/include/hfi1/hfi.h
This commit is contained in:
committed by
Balazs Gerofi
parent
fe4c461f2f
commit
b024a486b9
@@ -428,7 +428,8 @@ ssize_t hfi1_aio_write(void *private_data, const struct iovec *iovec, unsigned l
|
||||
struct hfi1_user_sdma_pkt_q *pq = fd->pq;
|
||||
struct hfi1_user_sdma_comp_q *cq = fd->cq;
|
||||
int done = 0, reqs = 0;
|
||||
|
||||
kprintf("sizeof(struct hfi1_filedata) = %lu\n", sizeof(struct hfi1_filedata));
|
||||
return 0;
|
||||
hfi1_cdbg(AIOWRITE, "+");
|
||||
if (!cq || !pq)
|
||||
return -EIO;
|
||||
|
||||
Reference in New Issue
Block a user