Index: uspace/srv/fs/minixfs/mfs.h
===================================================================
--- uspace/srv/fs/minixfs/mfs.h	(revision 10eb754f880f159d4295e63283be1a818e3dff42)
+++ uspace/srv/fs/minixfs/mfs.h	(revision 87d442236aa639a2298f5e26a20306bc7d82cef6)
@@ -126,4 +126,7 @@
 	/*The following fields do not exist on disk but only in memory*/
 	bool dirty;
+	unsigned index;
+	/*Pointer to the node at witch the dentry belongs*/
+	struct mfs_node *node;
 };
 
@@ -166,4 +169,7 @@
 read_directory_entry(struct mfs_node *mnode, unsigned index);
 
+extern int
+write_dentry(struct mfs_dentry_info *d_info);
+
 /*mfs_balloc.c*/
 extern int
