Index: contrib/arch/uspace/srv/vfs/vfs.adl
===================================================================
--- contrib/arch/uspace/srv/vfs/vfs.adl	(revision b988db0c0ee79f5bd7ba4be405e20796a2dce99c)
+++ contrib/arch/uspace/srv/vfs/vfs.adl	(revision 8e21512e33549b600936ff97ccee2fafb3548e18)
@@ -88,8 +88,8 @@
 	requires:
 		[/uspace/lib/libc/requires]
+		ns ns;
 		tmpfs tmpfs;
 		fat fat;
 		devfs devfs;
-		ns ns;
 	initialization:
 		!ns.ipc_m_connect_to_me /* vfs */
@@ -112,4 +112,12 @@
 	bind devfs:vfs to io_dispatcher:vfs;
 	
+	bind tmpfs:tmpfs_nested to tmpfs:tmpfs;
+	bind tmpfs:fat_nested to fat:fat;
+	bind tmpfs:devfs_nested to devfs:devfs;
+	
+	bind fat:tmpfs_nested to tmpfs:tmpfs;
+	bind fat:fat_nested to fat:fat;
+	bind fat:devfs_nested to devfs:devfs;
+	
 	delegate vfs to io_dispatcher:vfs;
 	
