mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Fix dmsetup version driver version
This commit is contained in:
parent
4936efba5e
commit
96f259726c
@ -1,5 +1,6 @@
|
||||
Version 1.02.03 -
|
||||
============================
|
||||
Fix dmsetup version driver version.
|
||||
Add sync, nosync and block_on_error mirror log parameters.
|
||||
Add hweight32.
|
||||
Fix dmeventd build.
|
||||
|
@ -502,7 +502,7 @@ static int _version(int argc, char **argv, void *data)
|
||||
if (dm_get_library_version(version, sizeof(version)))
|
||||
printf("Library version: %s\n", version);
|
||||
|
||||
if (dm_driver_version(version, sizeof(version)))
|
||||
if (!dm_driver_version(version, sizeof(version)))
|
||||
return 0;
|
||||
|
||||
printf("Driver version: %s\n", version);
|
||||
|
Loading…
Reference in New Issue
Block a user