summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2018-06-22 12:47:25 +0200
committerKarel Zak2018-06-22 12:47:25 +0200
commit917f53cf13c36d32c175f80f2074576595830573 (patch)
treeee10703fe4dc524c7d7b5aeace7afa31dc0b91c8 /Documentation
parentinclude/path: make sure PATH_MAX is defined (diff)
downloadkernel-qcow2-util-linux-917f53cf13c36d32c175f80f2074576595830573.tar.gz
kernel-qcow2-util-linux-917f53cf13c36d32c175f80f2074576595830573.tar.xz
kernel-qcow2-util-linux-917f53cf13c36d32c175f80f2074576595830573.zip
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO14
1 files changed, 0 insertions, 14 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 78dc32a76..b6e023b7c 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -36,17 +36,6 @@ lsblk
See fopr example: https://github.com/karelzak/util-linux/issues/616
-cleanup lib/path.c: [Karel Zak for v2.33]
-------------------
- - always return rc from all functions
- - introduce control struct and use openat() from top-level path
- (e.g. top-level is /proc, etc)
- - use lib/path.c as low-level API for lib/sysfs.c
- - now we duplicate code in functions like {path,sysfs}_read_u32, etc.
- - it would be also nice to have a way how to redirect sysfs.c functions
- to /sys snapshots (e.g. lsblk regression tests)
-
-
lscpu
-----
- read cpuid and uname information from file if --sysroot is specified, then
@@ -54,9 +43,6 @@ lscpu
lsblk
-----
- - add --sysroot to read sysfs data from dumps rather than from a real sysfs
- - add regression tests based on --sysroot
-
- re-write the way how lsblk internally holds info about devices. Now we
compose only output (by libsmartcols). It would be better to have in memory
complete tree of the devices and generate the output from this tree. It will