]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/decmpfs.h
xnu-1699.22.81.tar.gz
[apple/xnu.git] / bsd / sys / decmpfs.h
index 72e99ee18e854599a9078d76f2348302ca165cc3..f8a61d2888b599d62e5627c46a3916a29565aeef 100644 (file)
@@ -84,7 +84,7 @@ typedef struct decmpfs_cnode {
        uint32_t cmp_type;
        uint32_t lockcount;
        void    *lockowner;              /* cnode's lock owner (if a thread is currently holding an exclusive lock) */
-    uint64_t uncompressed_size;
+    uint64_t uncompressed_size __attribute__((aligned(8)));
     lck_rw_t compressed_data_lock;
 #if !DECMPFS_SUPPORTS_SWAP64
     /* we need a lock since we can't atomically fetch/set 64 bits */