mirror of
git://sourceware.org/git/lvm2.git
synced 2025-09-05 01:44:20 +03:00
libdm: Add DM_INTERNAL_SUSPEND_FLAG.
Still needs to be reported by dmsetup.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
Version 1.02.96 -
|
Version 1.02.96 -
|
||||||
=================================
|
=================================
|
||||||
|
Add DM_INTERNAL_SUSPEND_FLAG to dm-ioctl.h.
|
||||||
Install blkdeactivate script and its man page with make install_device-mapper.
|
Install blkdeactivate script and its man page with make install_device-mapper.
|
||||||
|
|
||||||
Version 1.02.95 - 15th March 2015
|
Version 1.02.95 - 15th March 2015
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2001 - 2003 Sistina Software (UK) Limited.
|
* Copyright (C) 2001 - 2003 Sistina Software (UK) Limited.
|
||||||
* Copyright (C) 2004 - 2014 Red Hat, Inc. All rights reserved.
|
* Copyright (C) 2004 - 2015 Red Hat, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* This file is released under the LGPL.
|
* This file is released under the LGPL.
|
||||||
*/
|
*/
|
||||||
@@ -269,9 +269,9 @@ enum {
|
|||||||
#define DM_DEV_SET_GEOMETRY _IOWR(DM_IOCTL, DM_DEV_SET_GEOMETRY_CMD, struct dm_ioctl)
|
#define DM_DEV_SET_GEOMETRY _IOWR(DM_IOCTL, DM_DEV_SET_GEOMETRY_CMD, struct dm_ioctl)
|
||||||
|
|
||||||
#define DM_VERSION_MAJOR 4
|
#define DM_VERSION_MAJOR 4
|
||||||
#define DM_VERSION_MINOR 27
|
#define DM_VERSION_MINOR 31
|
||||||
#define DM_VERSION_PATCHLEVEL 0
|
#define DM_VERSION_PATCHLEVEL 0
|
||||||
#define DM_VERSION_EXTRA "-ioctl (2013-10-30)"
|
#define DM_VERSION_EXTRA "-ioctl (2015-03-12)"
|
||||||
|
|
||||||
/* Status bits */
|
/* Status bits */
|
||||||
#define DM_READONLY_FLAG (1 << 0) /* In/Out */
|
#define DM_READONLY_FLAG (1 << 0) /* In/Out */
|
||||||
@@ -354,4 +354,9 @@ enum {
|
|||||||
*/
|
*/
|
||||||
#define DM_DEFERRED_REMOVE (1 << 17) /* In/Out */
|
#define DM_DEFERRED_REMOVE (1 << 17) /* In/Out */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* If set, the device is suspended internally.
|
||||||
|
*/
|
||||||
|
#define DM_INTERNAL_SUSPEND_FLAG (1 << 18) /* Out */
|
||||||
|
|
||||||
#endif /* _LINUX_DM_IOCTL_H */
|
#endif /* _LINUX_DM_IOCTL_H */
|
||||||
|
Reference in New Issue
Block a user