blkid: Detect when value not found and return empty string.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 20 Jul 2011 13:25:32 +0000 (14:25 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Jul 2011 13:50:57 +0000 (14:50 +0100)
commit7b45f7d04f8eecae7ab8e3db2193dcbbd3cd839f
treea136978b66762716c06a5a828646bdd133971bc7
parentd222efeb15e830af7cdcdc273e3f7144856d38e8
blkid: Detect when value not found and return empty string.

If the blkid command returns 2, that means the value was not found.

Note that this changes the output of the vfs-type API when the
filesystem has no type (eg when it is empty).  Previously this would
return an error.  Now it returns empty string "".

We did not document this either way.  Making it return empty string is
consistent with vfs-label and vfs-uuid.

This change broke list-filesystems, since that code was assuming that
vfs-type could only return a filesystem type or an error.
(cherry picked from commit 168fd4ad5d1e5da93e11388095d41aaa8f804ceb)
daemon/blkid.c
src/listfs.c