summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-02-07 23:46:59 +0100
committerKarel Zak <kzak@redhat.com>2009-02-11 23:55:51 +0100
commitc7bb14602de8c731c41f4fe2f56413fc463dd04a (patch)
treefa4b9f659759805832418909f6b7960792ba9e66 /libs
parentfc7a1669ed976bf0a11538b41fcc4626689202a7 (diff)
downloadutil-linux-old-c7bb14602de8c731c41f4fe2f56413fc463dd04a.tar.gz
blkid: refresh TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/blkid/TODO26
1 files changed, 0 insertions, 26 deletions
diff --git a/libs/blkid/TODO b/libs/blkid/TODO
index 4e00683e..ec058780 100644
--- a/libs/blkid/TODO
+++ b/libs/blkid/TODO
@@ -16,32 +16,6 @@
- rebase to the latest util-linux-ng
- - create a new simple API for LABEL/UUID evaluation:
-
- blkid_eval_label()
- blkid_eval_uuid()
- blkid_eval_spec() (spec: <NAME>=<value>)
-
- this API has to follow the EVALUATE= blkid.conf option (see below).
-
- - create a new config file /etc/blkid.conf; options:
-
- * EVALUATE=<method>[,<method>]
-
- where the method is "udev" and/or "scan". Default: "udev,scan".
-
- * CACHE_FILE=<path>
-
- where the <path> is path to the blkid.tab cache file. Default:
- /etc/blkid.tab.
-
- * SEND_UEVENTS=<yes|no>
-
- write to /sys/block/..../uevent when we found that /dev/disk-by/*
- links are not valid (when EVALUATE=udev).
-
- - modify /sbin/blkid code to use blkid_eval_..() API for "-t LABEL|UUID" option.
-
Brainstorming
-------------