1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib/filters
Mike Snitzer 3d37e976bf Fix pvcreate on a partition (regressed in 2.02.51).
Eliminate busy loop during pvcreate of a "normal" partition.
_md_sysfs_attribute_snprintf() would busy loop if the device it was
given was not a blkext-based MD partition.

Rather than being cute with a busy-loop prone 'goto check_md_major' in
_md_sysfs_attribute_snprintf(): explicitly check if the provided device
is a blkext-based partition (blkext_major()); and then check that the
get_primary_dev() determined parent is an MD device (md_major()).
2009-08-19 15:34:33 +00:00
..
filter-composite.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +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 mirror log name construction during lvconvert. (2.02.30) 2008-01-31 12:19:36 +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 segfault in persistent_filter_dump() if lvm init fails. 2009-07-08 18:13:32 +00:00
filter-persistent.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
filter-regex.c Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
filter-regex.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
filter-sysfs.c Store sysfs location in struct cmd_context. 2008-09-19 03:42:37 +00:00
filter-sysfs.h Store sysfs location in struct cmd_context. 2008-09-19 03:42:37 +00:00
filter.c Fix pvcreate on a partition (regressed in 2.02.51). 2009-08-19 15:34:33 +00:00
filter.h Fix pvcreate on a partition (regressed in 2.02.51). 2009-08-19 15:34:33 +00:00