Index: uspace/srv/fs/mfs/mfs.h
===================================================================
--- uspace/srv/fs/mfs/mfs.h	(revision eb40d8688e66694e02d416a9edd3f2c3f0caeb22)
+++ uspace/srv/fs/mfs/mfs.h	(revision fbb2d0df9de5e36e8adf8a3a99b483e31630b622)
@@ -107,5 +107,12 @@
 	unsigned zsearch;
 
+	/* Indicates wether if the cached number of free zones
+	 * is to be considered valid or not.
+	 */
 	bool nfree_zones_valid;
+	/* Cached number of free zones, used to avoid to scan
+	 * the whole bitmap every time the mfs_free_block_count()
+	 * is invoked.
+	 */
 	unsigned nfree_zones;
 };
