mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Initialize 'retryable' variable.
This commit is contained in:
parent
9fa1d30a1c
commit
a54dbfb2b3
@ -1689,7 +1689,7 @@ int dm_task_run(struct dm_task *dmt)
|
||||
int rely_on_udev;
|
||||
int suspended_counter;
|
||||
unsigned ioctl_retry = 1;
|
||||
int retryable;
|
||||
int retryable = 0;
|
||||
|
||||
if ((unsigned) dmt->type >=
|
||||
(sizeof(_cmd_data_v4) / sizeof(*_cmd_data_v4))) {
|
||||
|
Loading…
Reference in New Issue
Block a user