1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/filters
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
..
filter-composite.c Track recursive filter iteration to avoid refreshing while in use. (2.02.56) 2010-09-22 01:36:13 +00:00
filter-composite.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
filter-md.c Fix name in msg in last checkin. 2010-09-22 01:50:38 +00:00
filter-md.h Set devices/md_component_detection = 1 to ignore devices containing md 2004-04-16 16:12:04 +00:00
filter-persistent.c Fix memory leak in filter creation error path 2011-01-06 15:29:24 +00:00
filter-persistent.h Currently if clvmd is running and user issues vgscan, 2010-05-13 13:04:03 +00:00
filter-regex.c Const fixing 2011-02-18 14:47:28 +00:00
filter-regex.h Add more strict const pointers around config tree 2010-12-20 13:12:55 +00:00
filter-sysfs.c Track recursive filter iteration to avoid refreshing while in use. (2.02.56) 2010-09-22 01:36:13 +00:00
filter-sysfs.h Store sysfs location in struct cmd_context. 2008-09-19 03:42:37 +00:00
filter.c Replace PV_MIN_SIZE with function pv_min_size() 2011-02-18 14:11:22 +00:00
filter.h Always pass unsuspended dm devices through persistent filter to other filters. 2010-07-02 02:09:57 +00:00