Index: uspace/srv/vfs/vfs.c
===================================================================
--- uspace/srv/vfs/vfs.c	(revision e2dccb0d935b8168d639e198308f8a4fea65a0d9)
+++ uspace/srv/vfs/vfs.c	(revision ed990cf2ac2aa17dbc00888f91fb91eb26e520d4)
@@ -84,9 +84,5 @@
 		case VFS_REGISTER:
 			vfs_register(callid, &call);
-			/*
-			 * Keep the connection open so that a file system can
-			 * later ask us to connect it to another file system.
-			 * This is necessary to support non-root mounts.
-			 */
+			keep_on_going = false;
 			break;
 		case VFS_MOUNT:
