]> err.no Git - util-linux/commit
libblkid: fix blkid_do_probe() to work properly with chains
authorKarel Zak <kzak@redhat.com>
Thu, 1 Oct 2009 22:49:07 +0000 (00:49 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 2 Oct 2009 13:14:50 +0000 (15:14 +0200)
commit44ef90bcbdcb5de977b9ff0bd3dd9bb9b92b99fb
tree75958b2458d68b96d91df38a3b5c4f5e669436da
parenta0fff7ce3507668735c94cd363a686ef833b5605
libblkid: fix blkid_do_probe() to work properly with chains

The blkid_do_probe() always switched to the new chain -- that's bad, we
have to try all probing methods in the chain.

Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/probe.c
shlibs/blkid/src/superblocks/superblocks.c
shlibs/blkid/src/topology/topology.c