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
@ -3096,7 +3096,7 @@ SYSCALL_DECLARE(writev)
|
||||
struct iovec *iovec = (struct iovec *)ihk_mc_syscall_arg1(ctx);
|
||||
int iovcnt = ihk_mc_syscall_arg2(ctx);
|
||||
void *private_data = proc->fd_priv_table[fd];
|
||||
if (!private_data) hfi1_aio_write(private_data, iovec, iovcnt);
|
||||
if (private_data) hfi1_aio_write(private_data, iovec, iovcnt);
|
||||
return syscall_generic_forwarding(__NR_writev, ctx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user