Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4444 → Rev 4445

/trunk/uspace/srv/vfs/vfs_lookup.c
163,11 → 163,12
(ipcarg_t) root->dev_handle, (ipcarg_t) lflag, (ipcarg_t) index,
&answer);
vfs_release_phone(phone);
 
async_serialize_start();
ipcarg_t rc;
/* XXX shouldn't we disable fibril preemption here? */
async_wait_for(req, &rc);
 
async_serialize_end();
futex_down(&plb_futex);
list_remove(&entry.plb_link);
/*