Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision cf95bc0cb5a4fbbb4ff76dd9072c26acb9072d93)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision b0ea8a9a9eb43c04d7bf02648685fd9a966f84b1)
@@ -251,4 +251,5 @@
 		return NULL;
 	}
+	fs_node_initialize(nodep->bp);
 	nodep->bp->data = nodep;	/* link the FS and TMPFS nodes */
 	if (!tmpfs_root_get(dev_handle))
