]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: fix partitions probing
authorKarel Zak <kzak@redhat.com>
Fri, 28 Mar 2014 14:07:17 +0000 (15:07 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 28 Mar 2014 14:07:17 +0000 (15:07 +0100)
commit5b575d4381591d2744aafb957e149e88739921d2
tree6472c637f350f67df8f14de99ab376c1d994d40a
parentcbe9202781c6dc6977cf417614ad371a7d08fb77
libblkid: fix partitions probing

 * PART_ENTRY_* stuff is optional and should not overwrite
   previous probing result in partitions_probe()

 * missing minix parental partition is not error

 * blkid_probe_is_vfat() usage has to be more robust

Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/partitions/dos.c
libblkid/src/partitions/minix.c
libblkid/src/partitions/partitions.c
libblkid/src/superblocks/vfat.c