1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/activate
Jonathan Brassow c363c74a25 CLEAN-UP: Better string checking to avoid substring matches
Commit 9fd7ac7d03 introduced a way a
method of avoiding reading from mirrors with a device failure.  If
a device was found to be dead, the mapping table was checked for
'handle_errors' or 'block_on_error'.  These strings were checked for
in the table string via 'strstr', which could also match on strings
like, 'no_handle_errors' or 'no_block_on_error'.  No such strings
exist, but we don't want to have problems in the future if they do.
So, we check for ' <string>{'\0'|' '}'.
2013-04-12 11:30:04 -05:00
..
activate.c RAID: Add scrubbing support for RAID LVs 2013-04-11 15:33:59 -05:00
activate.h RAID: Add scrubbing support for RAID LVs 2013-04-11 15:33:59 -05:00
dev_manager.c CLEAN-UP: Better string checking to avoid substring matches 2013-04-12 11:30:04 -05:00
dev_manager.h RAID: Add scrubbing support for RAID LVs 2013-04-11 15:33:59 -05:00
fs.c clean-up: Typo 's/should had/should have/' 2013-03-06 08:42:03 -06:00
fs.h Fix lv_info open_count test 2011-10-14 13:23:47 +00:00
targets.h Use UUIDs instead of names while processing event handlers. 2010-04-14 13:01:38 +00:00