]> sourceware.org Git - lvm2.git/commitdiff
ioctl: add DM_DATA_OUT_FLAG to dm-ioctl.h
authorAlasdair G Kergon <agk@redhat.com>
Fri, 17 May 2013 16:06:40 +0000 (17:06 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 17 May 2013 16:06:40 +0000 (17:06 +0100)
libdm/misc/dm-ioctl.h

index 1cf66fef419670b6eab390e0f8d2d611d9fa0c70..dae2bcbdde10e5d8c5289e2ed510d16dd21ea8e6 100644 (file)
@@ -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 */
This page took 0.037918 seconds and 5 git commands to generate.