making upcall_marshal void
This commit is contained in:
parent
a57e7a78f1
commit
7527c022a1
3 changed files with 3 additions and 4 deletions
|
|
@ -130,7 +130,7 @@ out:
|
|||
return status;
|
||||
}
|
||||
|
||||
int upcall_marshall(
|
||||
void upcall_marshall(
|
||||
IN nfs41_upcall *upcall,
|
||||
OUT unsigned char *buffer,
|
||||
IN uint32_t length,
|
||||
|
|
@ -164,7 +164,6 @@ write_downcall:
|
|||
}
|
||||
out:
|
||||
*length_out = total - length;
|
||||
return status;
|
||||
}
|
||||
|
||||
void upcall_cancel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue