VFS: resolve noassert warning

Change-Id: I647f5a7b3c2935be3df032873705be83de9aaffb
This commit is contained in:
David van Moolenbroek 2015-08-31 11:24:21 +00:00
parent 6c31058de4
commit 253dbfc285

View file

@ -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.