diff options
author | Karel Zak | 2008-11-26 14:24:52 +0100 |
---|---|---|
committer | Karel Zak | 2008-11-26 14:24:52 +0100 |
commit | 76fe37dae132d50cbc2b42eb6aac23648339db0d (patch) | |
tree | 3a77208b5104d99cab4d8f3eff304eb28d1a02aa /fdisk | |
parent | tools: add checkconfig to top-level Makefile (diff) | |
download | kernel-qcow2-util-linux-76fe37dae132d50cbc2b42eb6aac23648339db0d.tar.gz kernel-qcow2-util-linux-76fe37dae132d50cbc2b42eb6aac23648339db0d.tar.xz kernel-qcow2-util-linux-76fe37dae132d50cbc2b42eb6aac23648339db0d.zip |
fdisk: rename ENABLE_CMDTAGQ macro
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk')
-rw-r--r-- | fdisk/fdisksgilabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisksgilabel.h b/fdisk/fdisksgilabel.h index d69616ab8..a4704e4da 100644 --- a/fdisk/fdisksgilabel.h +++ b/fdisk/fdisksgilabel.h @@ -56,7 +56,7 @@ struct device_parameter { /* 48 bytes */ #define TRACK_MULTIVOL 0x08 #define IGNORE_ERRORS 0x10 #define RESEEK 0x20 -#define ENABLE_CMDTAGQ 0x40 +#define CMDTAGQ_ENABLE 0x40 typedef struct { unsigned int magic; /* expect SGI_LABEL_MAGIC */ |