Index: uspace/lib/fs/libfs.c
===================================================================
--- uspace/lib/fs/libfs.c	(revision efa3136385a610d2f83fa95aec41b40b7217ccb2)
+++ uspace/lib/fs/libfs.c	(revision 3943da15a44eee390eda7096cf24e744a65b41e6)
@@ -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);
 }
