K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-08-20T10:43:03.000000Z K 7 svn:log V 428 Add a __packed keyword to g_eli_metadata struct definition, so sizeof(struct g_eli_metadata) will return the exact number of bytes needed for storing it on the disk. Without this change GELI was unusable on amd64 (and probably other 64-bit archs), because sizeof(struct g_eli_metadata) was greater than 512 bytes and geli(8) was failing on assertion. Reported by: Michael Reifenberger MFC after: 3 days END