Subject: Re: 64 bit inode changes
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 08/19/2005 05:42:41
In article <1124426534.515494.13564.nullmailer@yamt.dyndns.org>,
YAMAMOTO Takashi  <yamt@mwd.biglobe.ne.jp> wrote:
>> #define _DIRENT_ALIGN(dp)
>> 	(/*CONSTCOND*/sizeof(dp->d_namlen) == sizeof(uint8_t) ? 0x3 : 0xf)
>
>why 16 byte alignment rather than 8?
>
>YAMAMOTO Takashi

I changed it as you suggested. Many thanks!

christos