Index: uspace/srv/vfs/vfs.c
===================================================================
--- uspace/srv/vfs/vfs.c	(revision 1090b8c5d547b44cb82f921d66261080be81ccc2)
+++ uspace/srv/vfs/vfs.c	(revision 2c0e5d283ee11b7c67867a881703b5bdff9fae9a)
@@ -53,5 +53,5 @@
 {
 	bool keep_on_going = true;
-	
+
 	/*
 	 * The connection was opened via the IPC_CONNECT_ME_TO call.
@@ -80,19 +80,4 @@
 		case IPC_M_PHONE_HUNGUP:
 			keep_on_going = false;
-			break;
-		case IPC_M_CONNECT_ME_TO:
-			/*
-			 * Connect the client file system to another one.
-			 */
-			/* FIXME:
-			 * Prevent ordinary clients from connecting to file
-			 * system servers directly. This should be solved by
-			 * applying some security mechanisms.
-			 */
-			fs_handle = IPC_GET_ARG1(call);
-			phone = vfs_grab_phone(fs_handle);
-			(void) ipc_forward_fast(callid, phone, 0, 0, 0,
-			    IPC_FF_NONE);
-			vfs_release_phone(phone);
 			break;
 		case VFS_REGISTER:
