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

index 921f20da9ac7384e788c2bd54337950a658439de..4dc643c103b7a55299cf49a714e248c0d4331956 100644 (file)
@@ -1,12 +1,12 @@
 
  Note that items with (!) have high priority.
 
-cleanup lib/path.c:
+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
+   - 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)