Index: uspace/srv/vfs/vfs_register.c
===================================================================
--- uspace/srv/vfs/vfs_register.c	(revision 96858e82b41d6ba5c068e1ad1aa952800e900b8d)
+++ uspace/srv/vfs/vfs_register.c	(revision 5b5d25f252b73fa4ce4c6c4adcc81962ee05905e)
@@ -234,12 +234,7 @@
 	 * Add fs_info to the list of registered FS's.
 	 */
-	dprintf("Adding FS into the registered list.\n");
+	dprintf("Inserting FS into the list of registered file systems.\n");
 	list_append(&fs_info->fs_link, &fs_head);
 
-	/*
-	 * ACK receiving a properly formatted, non-duplicit vfs_info.
-	 */
-	ipc_answer_fast(callid, EOK, 0, 0);
-	
 	/*
 	 * Now we want the client to send us the IPC_M_CONNECT_TO_ME call so
@@ -312,5 +307,4 @@
 	dprintf("\"%s\" filesystem successfully registered, handle=%d.\n",
 	    fs_info->vfs_info.name, fs_info->fs_handle);
-
 }
 
