]> 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>
Mon, 18 Apr 2011 12:47:18 +0000 (14:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.c

index 1fdc17aef4c5846812afffc1d50b6837371f8d1b..24f226b44cd1336fc792920a3559d860835a03a2 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"))