Re: [PATCH] rbtree: remove unneeded explicit alignment in struct rb_node

From: Davidlohr Bueso
Date: Thu Aug 05 2021 - 11:02:32 EST


On 2021-08-05 07:02, Arnd Bergmann wrote:
The revert would appear to change the alignment to 16 bits instead
of 32 bits on m68k as well (not 8 bits as on cris), but I don't know if that
can cause problems there.

Yeah I tried this a while back and it broke m68k, so it was a no go:

https://lore.kernel.org/lkml/CAMuHMdXeZvJ0X6Ah2CpLRoQJm+YhxAWBt-rUpxoyfOLTcHp+0g@xxxxxxxxxxxxxx/

Thanks,
Davidlohr