Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2659 → Rev 2660

/trunk/uspace/lib/libfs/libfs.c
71,7 → 71,7
/*
* Send our VFS info structure to VFS.
*/
int rc = ipc_data_send(vfs_phone, info, sizeof(*info));
int rc = ipc_data_write_send(vfs_phone, info, sizeof(*info));
if (rc != EOK) {
async_wait_for(req, NULL);
return rc;