Index: uspace/srv/fs/exfat/exfat_directory.h
===================================================================
--- uspace/srv/fs/exfat/exfat_directory.h	(revision 7234617338498dd73be89a2f23726367a7cdfc3c)
+++ uspace/srv/fs/exfat/exfat_directory.h	(revision 9fbe05efa56d422a4015adee3c513bf299609cce)
@@ -51,5 +51,5 @@
 	bool fragmented;
 	exfat_cluster_t firstc;
-} __attribute__ ((packed)) exfat_directory_t;
+} exfat_directory_t;
 
 
Index: uspace/srv/fs/fat/fat_directory.h
===================================================================
--- uspace/srv/fs/fat/fat_directory.h	(revision 7234617338498dd73be89a2f23726367a7cdfc3c)
+++ uspace/srv/fs/fat/fat_directory.h	(revision 9fbe05efa56d422a4015adee3c513bf299609cce)
@@ -49,5 +49,5 @@
 	block_t *b;
 	bool last;
-} __attribute__ ((packed)) fat_directory_t;
+} fat_directory_t;
 
 
