From bb27f6093edefeaa9a495bedaa3a62fb46cba626 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 6 Apr 2009 11:08:13 +0200 Subject: [PATCH] blkid: update TODO Signed-off-by: Karel Zak --- libs/blkid/TODO | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/libs/blkid/TODO b/libs/blkid/TODO index 3e5ccf1aef..31934a5427 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//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() + -- 2.39.5