From: Karel Zak Date: Tue, 20 Jan 2009 22:58:44 +0000 (+0100) Subject: blkid: add a note to TODO list X-Git-Tag: v2.15-rc1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8d99ef18beb0deb5395dcd727d536e3e494d0ac;p=thirdparty%2Futil-linux.git blkid: add a note to TODO list Signed-off-by: Karel Zak --- diff --git a/libs/blkid/TODO b/libs/blkid/TODO index 94e5e6e1e5..6a7e06da61 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.