summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/blkid.sym
diff options
context:
space:
mode:
authorKarel Zak2010-02-18 16:38:59 +0100
committerKarel Zak2010-02-18 16:38:59 +0100
commit0c6dc61532d0e38a141f7fb5dbce1295a0afbfeb (patch)
tree487c2e867e444408a1fccc46bdd5d6168409bfbf /shlibs/blkid/src/blkid.sym
parentlibblkid: don't probe for nested PT on tiny disks (<=1.44MiB) (diff)
downloadkernel-qcow2-util-linux-0c6dc61532d0e38a141f7fb5dbce1295a0afbfeb.tar.gz
kernel-qcow2-util-linux-0c6dc61532d0e38a141f7fb5dbce1295a0afbfeb.tar.xz
kernel-qcow2-util-linux-0c6dc61532d0e38a141f7fb5dbce1295a0afbfeb.zip
libblkid: add support for PART_ENTRY_* values
blkid(8) will be replacement for devkit-disks-part-id, so we have to be able to found entry in partition table for requested partition. This functionality is enabled by BLKID_PARTS_ENTRY_DETAILS flag (see blkid_probe_set_partitions_flags() for more details). This patch also add a new public function blkid_partlist_devno_to_partition(). Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/blkid/src/blkid.sym')
-rw-r--r--shlibs/blkid/src/blkid.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/shlibs/blkid/src/blkid.sym b/shlibs/blkid/src/blkid.sym
index 4d01aa201..ea674f758 100644
--- a/shlibs/blkid/src/blkid.sym
+++ b/shlibs/blkid/src/blkid.sym
@@ -121,4 +121,5 @@ global:
BLKID_2.18 {
global:
blkid_probe_all_removable;
+ blkid_partlist_devno_to_partition;
} BLKID_2.17;