1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Aling structure chunk on default aling size

Since we use 8 bytes by default for the pool allocation,
keep the structure aligned with this size.
This commit is contained in:
Zdenek Kabelac 2011-10-20 13:36:13 +00:00
parent e3359201cf
commit df0200e510

View File

@ -1,6 +1,7 @@
Version 1.02.68 -
==================================
Simplify some pointer operations in dm_free_aux() debug code..
Aling size of structure chunk for fast pool allocator to 8 bytes.
Simplify some pointer operations in dm_free_aux() debug code.
Remove unused dbg_malloc.h file from source tree.
Cleanup backtraces for _create_and_load_v4().
Fix alignment warning in bitcount calculation for raid segment.