summaryrefslogtreecommitdiff
path: root/libdm/misc
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-05-17 17:06:40 +0100
committerAlasdair G Kergon <agk@redhat.com>2013-05-17 17:06:40 +0100
commitd96b854ac054aafc8a9981016faefb9f122fccbb (patch)
tree21df94035fd8b0d280e8fd83b3cc2136bb356348 /libdm/misc
parentfca5acd072a9ab4899a76e421c714ca14df3e516 (diff)
downloadlvm2-d96b854ac054aafc8a9981016faefb9f122fccbb.tar.gz
ioctl: add DM_DATA_OUT_FLAG to dm-ioctl.h
Diffstat (limited to 'libdm/misc')
-rw-r--r--libdm/misc/dm-ioctl.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/libdm/misc/dm-ioctl.h b/libdm/misc/dm-ioctl.h
index 1cf66fef4..dae2bcbdd 100644
--- a/libdm/misc/dm-ioctl.h
+++ b/libdm/misc/dm-ioctl.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2001 - 2003 Sistina Software (UK) Limited.
- * Copyright (C) 2004 - 2012 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2004 - 2013 Red Hat, Inc. All rights reserved.
*
* 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_VERSION_MAJOR 4
-#define DM_VERSION_MINOR 23
+#define DM_VERSION_MINOR 24
#define DM_VERSION_PATCHLEVEL 0
-#define DM_VERSION_EXTRA "-ioctl (2012-07-25)"
+#define DM_VERSION_EXTRA "-ioctl (2013-01-15)"
/* Status bits */
#define DM_READONLY_FLAG (1 << 0) /* In/Out */
@@ -338,4 +338,9 @@ enum {
*/
#define DM_SECURE_DATA_FLAG (1 << 15) /* In */
+/*
+ * If set, a message generated output data.
+ */
+#define DM_DATA_OUT_FLAG (1 << 16) /* Out */
+
#endif /* _LINUX_DM_IOCTL_H */