Index: uspace/lib/libfs/libfs.c
===================================================================
--- uspace/lib/libfs/libfs.c	(revision 27d293a00b593b6f5a44432241d1ea84ac4ad4e1)
+++ uspace/lib/libfs/libfs.c	(revision f57f8ea58fde79450cfca65fd2c8f15643d3fb1c)
@@ -72,5 +72,5 @@
 	 * Send our VFS info structure to VFS.
 	 */
-	int rc = ipc_data_write_send(vfs_phone, info, sizeof(*info)); 
+	int rc = ipc_data_write_start(vfs_phone, info, sizeof(*info)); 
 	if (rc != EOK) {
 		async_wait_for(req, NULL);
@@ -95,5 +95,5 @@
 	 * Request sharing the Path Lookup Buffer with VFS.
 	 */
-	rc = ipc_share_in_send_0_0(vfs_phone, reg->plb_ro, PLB_SIZE);
+	rc = ipc_share_in_start_0_0(vfs_phone, reg->plb_ro, PLB_SIZE);
 	if (rc) {
 		async_wait_for(req, NULL);
