diff options
author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | 2012-05-14 18:38:24 +0800 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-05-14 13:13:32 +0100 |
commit | a75020a06674a4ec77712c1d8000b51eac53f454 (patch) | |
tree | ce4b1e278617a8c7f5254e0a142c9d6ef01dc802 | |
parent | b42dcb05dcfe737f631fd60750187d5d7db8ac69 (diff) | |
download | libguestfs-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-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------------- |