summaryrefslogtreecommitdiffstats
path: root/libdm/misc/dm-ioctl.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-10-25 11:44:20 +0000
committerAlasdair Kergon <agk@redhat.com>2010-10-25 11:44:20 +0000
commit1b7750c4bdaa0d23c4962937eddc3ad18af50f4b (patch)
tree4553e767eaa4eef2cc2e161054d60f85328681d9 /libdm/misc/dm-ioctl.h
parentb83af516681bebcd8f28efadb1bd1c9f232ee1cc (diff)
downloadlvm2-1b7750c4bdaa0d23c4962937eddc3ad18af50f4b.tar.gz
lvm2-1b7750c4bdaa0d23c4962937eddc3ad18af50f4b.tar.xz
lvm2-1b7750c4bdaa0d23c4962937eddc3ad18af50f4b.zip
Use a more-generic name for the new kernel flag so list_devices can share it.
Diffstat (limited to 'libdm/misc/dm-ioctl.h')
-rw-r--r--libdm/misc/dm-ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/misc/dm-ioctl.h b/libdm/misc/dm-ioctl.h
index f21272b0..fb11b5c7 100644
--- a/libdm/misc/dm-ioctl.h
+++ b/libdm/misc/dm-ioctl.h
@@ -328,6 +328,6 @@ enum {
* If set, rename changes the uuid not the name. Only permitted
* if no uuid was previously supplied: an existing uuid cannot be changed.
*/
-#define DM_NEW_UUID_FLAG (1 << 14) /* In */
+#define DM_UUID_FLAG (1 << 14) /* In */
#endif /* _LINUX_DM_IOCTL_H */