]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkid: add another UDF identifiers
authorKarel Zak <kzak@redhat.com>
Fri, 11 Dec 2020 09:02:22 +0000 (10:02 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 11 Dec 2020 09:02:22 +0000 (10:02 +0100)
Reported-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.c

index 9057a31e1b555a57b685abb9716b167fd7aa3fd6..17706a930e4ed0c35e0ae3b6b0d726e00852dc3d 100644 (file)
@@ -260,6 +260,8 @@ static void print_udev_format(const char *name, const char *value)
            || !strcmp(name, "PUBLISHER_ID")
            || !strcmp(name, "APPLICATION_ID")
            || !strcmp(name, "BOOT_SYSTEM_ID")
+           || !strcmp(name, "VOLUME_ID")
+           || !strcmp(name, "LOGICAL_VOLUME_ID")
            || !strcmp(name, "VOLUME_SET_ID")
            || !strcmp(name, "DATA_PREPARER_ID")) {
                blkid_encode_string(value, enc, sizeof(enc));