1
0
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:
Peter Rajnoha 2011-09-22 17:59:58 +00:00
parent 9fa1d30a1c
commit a54dbfb2b3

View File

@ -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))) {