1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib/activate
Zdenek Kabelac aec2115410 Const fixing
Fixing some const warnings - with API change in:

int vg_extend(struct volume_group *vg, int pv_count, const char *const *pv_names,

Change is needed - as lvm2api expects const behaviour here.
So vg_extend() is doing local strdup for unescaping.

skip_dev_dir return const char* from const char* vg_name.

Rest of the patch is cleanup of related warnings.

Also using dm_report_filed_string() API change to simplify
casting in _string_disp and _lvname_disp.
2011-02-18 14:47:28 +00:00
..
activate.c Const fixing 2011-02-18 14:47:28 +00:00
activate.h Const fixing 2011-02-18 14:47:28 +00:00
dev_manager.c Allow snapshots in a cluster as long as they are exclusively 2011-02-04 20:30:17 +00:00
dev_manager.h Remove check for lv is NULL 2010-11-30 22:28:06 +00:00
fs.c Critical section 2011-02-18 14:16:11 +00:00
fs.h Synchronize with udev for lv_info 2011-02-03 01:16:35 +00:00
targets.h Use UUIDs instead of names while processing event handlers. 2010-04-14 13:01:38 +00:00