diff options
author | Karel Zak <kzak@redhat.com> | 2009-04-06 11:08:13 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-04-06 11:08:13 +0200 |
commit | bb27f6093edefeaa9a495bedaa3a62fb46cba626 (patch) | |
tree | 3e31a59d2262ad36e17bd989d3f4fa1f625c327b | |
parent | d002b4ea38c1598c19c5d37a8ce56e5d826220b0 (diff) | |
download | util-linux-old-bb27f6093edefeaa9a495bedaa3a62fb46cba626.tar.gz |
blkid: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | libs/blkid/TODO | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/libs/blkid/TODO b/libs/blkid/TODO index 3e5ccf1a..31934a54 100644 --- a/libs/blkid/TODO +++ b/libs/blkid/TODO @@ -2,17 +2,6 @@ TODO ---- - e2fsprogs: - - - add --disable-blkid - - "#ifdef BUILD_BLKID" for findfs code in tune2fs.c - - move fsck.c to util-linux-ng - - udev: - - add --disable-volumeid to udev package - - test blkid within udev rules - - - add command line interface for blkid_probe_filter_types(): # blkid -p -o udev --filter-type nofat @@ -38,6 +27,9 @@ [ -- Christoph Hellwig, 16 Feb 2009 ] (1) http://git.kernel.org/?p=fs/xfs/xfsprogs-dev.git;a=tree;f=libdisk; + [ .. or move whole libdisk to util-linux-ng and merge partx code to the + library -- kzak ] + - use /sys/block/<devname>/dm/name rather than scan /dev/mapper/ for the name (see devname.c: probe_one()). The sysfs entry has been introduced by kernel patch 784aae735d9b0bba3f8b9faef4c8b30df3bf0128. @@ -45,3 +37,5 @@ - in lib/fsprobe.c wrapper use blkid_parse_tag_string() rather than a local parser implementation + - use fstatat() in blkid__scan_dir() + |