Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision d9637426c5abea61ce3d9deac46768f90573616f)
+++ uspace/srv/fs/fat/fat_ops.c	(revision 5a9a1aafd13c54077730df217d9a4e0c59f4700c)
@@ -333,6 +333,5 @@
 		 * size of the directory by walking the FAT.
 		 */
-		/* TODO uint16_t clusters to uint32_t */
-		uint16_t clusters;
+		uint32_t clusters;
 		rc = fat_clusters_get(&clusters, bs, idxp->devmap_handle, nodep->firstc);
 		if (rc != EOK) {
@@ -982,5 +981,5 @@
 
 	if (FAT_IS_FAT32(bs)) {
-		uint16_t clusters;
+		uint32_t clusters;
 		rc = fat_clusters_get(&clusters, bs, devmap_handle, rootp->firstc);
 		if (rc != EOK) {
