summaryrefslogtreecommitdiff
path: root/extras/volume_id/volume_id.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-01-12 10:44:52 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:21:58 -0700
commit240ce551799c78c6e77362e7b7feaaf09b72309b (patch)
tree79595bbebdfbf0af3198ee2e005e5719fde600d3 /extras/volume_id/volume_id.h
parentadf3af8c359775e00c6323fde61264ed15ee0721 (diff)
[PATCH] udev_volume_id: version 27
Fix FAT label reading bug for very large volumes. Recognize FAT label at Win98 formatted volumes. Read iso9660 joliet descriptor for unicode labels. Support uuid/label of swap partitions.
Diffstat (limited to 'extras/volume_id/volume_id.h')
-rw-r--r--extras/volume_id/volume_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/volume_id/volume_id.h b/extras/volume_id/volume_id.h
index d135f44e50..c26d1e4daf 100644
--- a/extras/volume_id/volume_id.h
+++ b/extras/volume_id/volume_id.h
@@ -21,14 +21,14 @@
#ifndef _VOLUME_ID_H_
#define _VOLUME_ID_H_
-#define VOLUME_ID_VERSION 26
+#define VOLUME_ID_VERSION 27
#define VOLUME_ID_LABEL_SIZE 64
#define VOLUME_ID_UUID_SIZE 16
#define VOLUME_ID_UUID_STRING_SIZE 37
#define VOLUME_ID_FORMAT_SIZE 32
#define VOLUME_ID_PATH_MAX 256
-#define VOLUME_ID_PARTITIONS_MAX 16
+#define VOLUME_ID_PARTITIONS_MAX 256
enum volume_id_usage {
VOLUME_ID_UNUSED,