Index: uspace/lib/fs/libfs.c
===================================================================
--- uspace/lib/fs/libfs.c	(revision 984a9ba2fa05c490a7066737655ed19130c714e8)
+++ uspace/lib/fs/libfs.c	(revision b4c8a7b739aac1e573af093827e365f4f0a49e32)
@@ -424,10 +424,4 @@
 	reg.fs_handle = (int) IPC_GET_ARG1(answer);
 
-	/*
-	 * Tell the async framework that other connections are to be handled by
-	 * the same connection fibril as well.
-	 */
-	async_set_fallback_port_handler(vfs_connection, NULL);
-
 	return IPC_GET_RETVAL(answer);
 }
