summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2009-10-01 23:47:49 +0200
committerKarel Zak2009-10-01 23:47:49 +0200
commita0fff7ce3507668735c94cd363a686ef833b5605 (patch)
tree66c2c10e01ece9e5f72091599607f86f21fead3d /TODO
parentlibblkid: fix segfault in blkid_do_probe() (diff)
downloadkernel-qcow2-util-linux-a0fff7ce3507668735c94cd363a686ef833b5605.tar.gz
kernel-qcow2-util-linux-a0fff7ce3507668735c94cd363a686ef833b5605.tar.xz
kernel-qcow2-util-linux-a0fff7ce3507668735c94cd363a686ef833b5605.zip
libblkid: add blkit_[un]ref() to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index 93a59f63b..27e2b3229 100644
--- a/TODO
+++ b/TODO
@@ -19,11 +19,15 @@ libblkid
FSSIZE -- filesystem size (klibc requirement)
- SBOFFSET -- superblock offset; offset where SB was detected
- (swapon requirement to check details from swap header)
+ - add reference counters to the binary interfaces. Currently, all chain
+ data are allocated in blkid_probe and cannot be used independently on
+ the probing stuff.
- MAGIC -- magic string
- MAGICLEN -- length of magic string
+ blkid_topology tp = blkdi_probe_get_topology(pr)
+
+ blkid_ref(tp);
+ ...
+ blkid_unref(tp);
fdisk(s)
--------