Index: uspace/srv/fs/fat/fat_fat.c
===================================================================
--- uspace/srv/fs/fat/fat_fat.c	(revision b17186d359c3d9a671f75b9ed219ef84d3e42763)
+++ uspace/srv/fs/fat/fat_fat.c	(revision 57e76cb2b99587198056fdcf3441d24f54f93a56)
@@ -410,5 +410,5 @@
 	    (uint16_t) -1) == 0) {
 		/* No clusters allocated to the node yet. */
-		nodep->firstc = host2uint16_t_le(mcl);
+		nodep->firstc = mcl;
 		nodep->dirty = true;		/* need to sync node */
 		return;
