1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

libdm: use libdm header

User libdm header file.

(cherry picked from commit 3c37764333)
This commit is contained in:
Zdenek Kabelac 2018-12-14 13:11:48 +01:00 committed by Marian Csontos
parent c8ca03d5b7
commit 76fd99fe24
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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>
/*