mirror of
git://sourceware.org/git/lvm2.git
synced 2024-10-05 03:49:50 +03:00
libdm: use libdm header
User libdm header file.
This commit is contained in:
parent
46a8d2e898
commit
3c37764333
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user