mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
dmeventd: drop unneded test
Function is never called without device.uuid.
This commit is contained in:
parent
941c6354db
commit
e2ea2a8147
@ -545,9 +545,6 @@ static int _fill_device_data(struct thread_status *ts)
|
||||
struct dm_info dmi;
|
||||
int ret = 0;
|
||||
|
||||
if (!ts->device.uuid)
|
||||
return 0;
|
||||
|
||||
if (!(dmt = dm_task_create(DM_DEVICE_INFO)))
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user