[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#554120: aufs2 in Debian



> Ben Hutchings:
> > The code says:
> > 
> > 	BUILD_BUG_ON(sizeof(ino_t) !=3D sizeof(long));
> > 	return ALIGN(sizeof(struct au_vdir_de) + nlen, sizeof(ino_t));
> > 
> > but on alpha, sizeof(ino_t) =3D=3D 4 but sizeof(long) =3D=3D 8.

I decided to remove the BUILD_BUG_ON() line simply. If you want to test
early, then try removing.


J. R. Okajima



Reply to: