From: Karel Zak Date: Tue, 20 Jan 2009 22:58:44 +0000 (+0100) Subject: blkid: add a note to TODO list X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d99ef18beb0deb5395dcd727d536e3e494d0ac;p=util-linux blkid: add a note to TODO list Signed-off-by: Karel Zak --- diff --git a/libs/blkid/TODO b/libs/blkid/TODO index 94e5e6e1..6a7e06da 100644 --- a/libs/blkid/TODO +++ b/libs/blkid/TODO @@ -2,6 +2,9 @@ TODO ---- + - add - suffix to test images for native-endian filesystems (e.g. swap) + and add support for such functionality to tests/ts/blkid/low-probe + - do we really need to depend on libuuid? Maybe the default should be use in-tree code rather and link against libuuid -- especially when we need it for uuid_unparse() only.