Commit d5ee593a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Optimize the objhead layout to avoid packing on 64bit systems.

parent ef07e1dd
......@@ -75,8 +75,8 @@ struct objhead {
unsigned magic;
#define OBJHEAD_MAGIC 0x1b96615d
struct lock mtx;
int refcnt;
struct lock mtx;
VTAILQ_HEAD(,objcore) objcs;
unsigned char digest[DIGEST_LEN];
struct waitinglist *waitinglist;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment