summaryrefslogtreecommitdiff
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-11-16 15:57:15 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-11-17 00:30:50 +0100
commit43f8da76997a22be123e97b6d0f357d6ec2d0c7c (patch)
treec89101baba624968a4b6cccb6fdfef90d7738cde /WHATS_NEW_DM
parent1ae5bf2b833a5d55cf97de1619cc820d4e8c394f (diff)
downloadlvm2-43f8da76997a22be123e97b6d0f357d6ec2d0c7c.tar.gz
libdm: print params only for ioctls using them
When preparing ioctl buffer and flatting all parameters, add table parameters only to ioctl that do process them. Note: list of ioctl should be kept in sync with kernel code.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index c19d9a8a0..aa1734c91 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.155 -
====================================
+ Enhance ioctl flattening and add parameters only when needed.
Add DM_DEVICE_ARM_POLL for API completness matching kernel.
Do not add parameters for RESUME with DM_DEVICE_CREATE dm task.