Index: uspace/srv/fs/minixfs/mfs.h
===================================================================
--- uspace/srv/fs/minixfs/mfs.h	(revision 87d442236aa639a2298f5e26a20306bc7d82cef6)
+++ uspace/srv/fs/minixfs/mfs.h	(revision c4eeb2f6ef1dbdcbc1f7b589f49649a2f5eadef0)
@@ -125,5 +125,6 @@
 
 	/*The following fields do not exist on disk but only in memory*/
-	bool dirty;
+
+	/*Index of the dentry in the list*/
 	unsigned index;
 	/*Pointer to the node at witch the dentry belongs*/
Index: uspace/srv/fs/minixfs/mfs_dentry.c
===================================================================
--- uspace/srv/fs/minixfs/mfs_dentry.c	(revision 87d442236aa639a2298f5e26a20306bc7d82cef6)
+++ uspace/srv/fs/minixfs/mfs_dentry.c	(revision c4eeb2f6ef1dbdcbc1f7b589f49649a2f5eadef0)
@@ -79,5 +79,4 @@
 	block_put(b);
 
-	d_info->dirty = false;
 	d_info->index = index;
 	d_info->node = mnode;
