summaryrefslogtreecommitdiffstats
path: root/lib/format_pool/disk_rep.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary parameter from import_pool_pvs().Dave Wysochanski2010-04-131-1/+1
| | | | | | | | The dm_list * parameter is unnecessary since we are passing in 'vg' and the only caller of import_pool_pvs() passes '&vg->pvs' in the dm_list * parameter. Just use vg->pvs directly in the function. Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-6/+6
|
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
|
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-2/+2
| | | | (Some of the changes are probably unnecessary.)
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-8/+7
|
* Add fixed offset to imported pool minor numbers.Alasdair Kergon2005-02-091-0/+2
|
* Split out pool sptype_names to avoid unused const.Alasdair Kergon2005-01-201-23/+0
|
* Add read-only GFS pool support.Alasdair Kergon2004-06-071-0/+178