1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00
Jonathan Brassow 4eea660191 RAID: Fix segfault when reporting raid_syncaction field on older kernel
The status printed for dm-raid targets on older kernels does not include
the syncaction field.  This is handled by dev_manager_raid_status() just
fine by populating the raid status structure with NULL for that field.
However, lv_raid_sync_action() does not properly handle that field being
NULL.  So, check for it and return 0 if it is NULL.
2013-07-19 10:01:48 -05:00
..
2013-07-18 18:22:44 +02:00
2012-02-08 12:52:58 +00:00
2013-07-18 17:55:58 +01:00
2013-06-16 00:07:32 +02:00
2013-06-16 00:07:32 +02:00
2013-07-18 18:22:44 +02:00
2013-07-19 01:30:02 +01:00