]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO
authorKarel Zak <kzak@redhat.com>
Wed, 10 Mar 2021 09:21:57 +0000 (10:21 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Mar 2021 09:21:57 +0000 (10:21 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 601192629ba56418c0fc8c4ffc6c4cfd4f13bfc1..ee3bd415a20d7ca6bbb1740632b6c0888bd44b92 100644 (file)
@@ -43,13 +43,6 @@ lscpu
   - read cpuid and uname information from file if --sysroot is specified, then
     we can prepare regression tests completely independent on hw and architecture.
 
-lsblk
------
-  - currently it does not show mountpoint for all devices in btrfs RAID. It's because
-    /proc/#/mountinfo contains reference to the one device only. Maybe we can add some
-    btrfs specific code to provide a better output for FS based stacks. Not sure.
-    https://bugzilla.redhat.com/show_bug.cgi?id=1084453
-
 nsenter(1)
 ----------
  - read the default UID and GID from the target process.
@@ -61,6 +54,7 @@ hwclock
  - use /etc/adjtime as read-only for UTC/LOCAL information only
  - the /var/lib/hwclock/drift should be implemented backwardly compatible,
    it means use the file only if exists, otherwise follow /etc/adjtime
+ - see topic/hwclock-drift-file branch
 
 bash completion
 ---------------
@@ -109,6 +103,7 @@ docs
 
  - (!) rewrite man pages to AsciiDoc and generate final man pages by Asciidoctor & Docbook
 
+
 login-utils:
 -----------