Subject: Re: 64 bit inode changes
To: None <christos@astron.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 08/19/2005 13:42:14
> #define _DIRENT_ALIGN(dp)
> 	(/*CONSTCOND*/sizeof(dp->d_namlen) == sizeof(uint8_t) ? 0x3 : 0xf)

why 16 byte alignment rather than 8?

YAMAMOTO Takashi