VFS: resolve noassert warning
Change-Id: I647f5a7b3c2935be3df032873705be83de9aaffb
This commit is contained in:
parent
6c31058de4
commit
253dbfc285
1 changed files with 1 additions and 4 deletions
|
@ -324,10 +324,7 @@ void wait_for(endpoint_t who)
|
||||||
/*===========================================================================*
|
/*===========================================================================*
|
||||||
* pipe_suspend *
|
* pipe_suspend *
|
||||||
*===========================================================================*/
|
*===========================================================================*/
|
||||||
void pipe_suspend(filp, buf, size)
|
void pipe_suspend(struct filp * __unused filp, vir_bytes buf, size_t size)
|
||||||
struct filp *filp;
|
|
||||||
vir_bytes buf;
|
|
||||||
size_t size;
|
|
||||||
{
|
{
|
||||||
/* Take measures to suspend the processing of the present system call.
|
/* Take measures to suspend the processing of the present system call.
|
||||||
* Store the parameters to be used upon resuming in the process table.
|
* Store the parameters to be used upon resuming in the process table.
|
||||||
|
|
Loading…
Reference in a new issue