summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-14 13:11:48 +0100
committerMarian Csontos <mcsontos@redhat.com>2018-12-17 16:09:14 +0100
commit76fd99fe2438cf451047481ce167cf6079843d6e (patch)
tree8f70d680ac4930f5e92d90561740e4b25500993f
parentc8ca03d5b7bb8cb9f4233fa9efd5c75aa2643e05 (diff)
downloadlvm2-76fd99fe2438cf451047481ce167cf6079843d6e.tar.gz
libdm: use libdm header
User libdm header file. (cherry picked from commit 3c377643339be97940554323909d51b12c933f9e)
-rw-r--r--WHATS_NEW_DM1
-rw-r--r--libdm/datastruct/list.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index aa1734c91..3d45bc3ab 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.155 -
====================================
+ Include correct internal header inside libdm list.c.
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.
diff --git a/libdm/datastruct/list.c b/libdm/datastruct/list.c
index d80cb9a4a..74053c5a7 100644
--- a/libdm/datastruct/list.c
+++ b/libdm/datastruct/list.c
@@ -13,7 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "lib/misc/lib.h"
+#include "libdm/misc/dmlib.h"
#include <assert.h>
/*