summaryrefslogtreecommitdiffstats
path: root/lib/freeseg
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-10/+0
| | | | | This headers were not resolving anything used for compiled .c files. Remove unused util.c file.
* Replace malloc with zalloc when creating segment_type'sJonathan Earl Brassow2011-03-251-1/+1
|
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-201-2/+2
| | | | | | As const segment_type or const format_type are never released use their non-const version and remove const downcast from dm_free calls. This change fixes many gcc warnings we were getting from them.
* Fix reporting of LV fields alongside unallocated PV segments.Alasdair Kergon2008-06-251-0/+60