1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/libdm/mm
Zdenek Kabelac 0baf66a992 dm: alloc always 8byte aligned
Fixing regression caused by 197b5e6dc7.
So the 'TODO' part now finally know the answer - there is 'sparc64'
architecture which imposes limitation to read 64b words only through
64b aligned address.

Since we never could know how is the user going to use the returned
pointer and the userusually expects it's aligned on the highest CPU
required alignement, preserve it also for char*.

Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809685
Reported-by: Anatoly Pugachev <matorola@gmail.com>
2016-02-11 18:35:05 +01:00
..
dbg_malloc.c doc: change fsf address 2016-01-21 12:11:37 +01:00
pool-debug.c doc: change fsf address 2016-01-21 12:11:37 +01:00
pool-fast.c doc: change fsf address 2016-01-21 12:11:37 +01:00
pool.c dm: alloc always 8byte aligned 2016-02-11 18:35:05 +01:00