]> err.no Git - util-linux/commitdiff
blkid: refresh TODO file
authorKarel Zak <kzak@redhat.com>
Sat, 7 Feb 2009 22:46:59 +0000 (23:46 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:55:51 +0000 (23:55 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libs/blkid/TODO

index 4e00683ef678177886743c1532a32d73de0c3556..ec0587809ee3bf453b61ff97aacf11f3d7f3d700 100644 (file)
 
  - 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
  -------------