summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-05-14 18:38:24 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-05-14 13:13:32 +0100
commita75020a06674a4ec77712c1d8000b51eac53f454 (patch)
treece4b1e278617a8c7f5254e0a142c9d6ef01dc802
parentb42dcb05dcfe737f631fd60750187d5d7db8ac69 (diff)
downloadlibguestfs-a75020a06674a4ec77712c1d8000b51eac53f454.tar.gz
libguestfs-a75020a06674a4ec77712c1d8000b51eac53f454.tar.xz
libguestfs-a75020a06674a4ec77712c1d8000b51eac53f454.zip
TODO: add note for libblkid
Add the note about compatible in TODO for libblkid. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3955552d..d604d10e 100644
--- a/TODO
+++ b/TODO
@@ -192,6 +192,9 @@ would make more sense to just use libblkid for this.
There are some places where we call out to the 'blkid' program. This
might be replaced by direct use of the library (if this is easier).
+But it is very hard to be compatible between RHEL6 and RHEL5 when
+using direct library.
+
Visualization
-------------