]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkid: don't ignore -i
authorKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2011 12:32:05 +0000 (13:32 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2011 12:32:05 +0000 (13:32 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.c

index c5e7a195d0a887b0a720d29bc5cd11e5785f052f..23619bd8be244b96448398e31cecbd8290b13521 100644 (file)
@@ -517,6 +517,7 @@ static int lowprobe_device(blkid_probe pr, const char *devname,
                nvals = blkid_probe_numof_values(pr);
 
        if (nvals &&
+           !(chain & LOWPROBE_TOPOLOGY) &&
            !(output & OUTPUT_UDEV_LIST) &&
            !blkid_probe_has_value(pr, "TYPE") &&
            !blkid_probe_has_value(pr, "PTTYPE"))