mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-14 23:24:55 +03:00
649d3a0fdf
Align strdup char* allocation just on 2 bytes. It looks like wasting space to align strings on 8 bytes. (Could be even 1byte - but for hashing it might eventually get better perfomance - but probably hardly measurable). TODO: check on various architectures it's not making any problems.