mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-02 04:22:02 +03:00
dmsetup: Report timestamps of ioctls with -vvv.
If enabled, record timestamp immediately after the ioctl() returns.
This commit is contained in:
@ -277,6 +277,7 @@ struct dm_task *dm_task_create(int type)
|
||||
dmt->query_inactive_table = 0;
|
||||
dmt->new_uuid = 0;
|
||||
dmt->secure_data = 0;
|
||||
dmt->record_timestamp = 0;
|
||||
|
||||
return dmt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user