block: remove handling of name property
authorJo-Philipp Wich <jo@mein.io>
Mon, 17 Oct 2016 11:06:57 +0000 (13:06 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 17 Oct 2016 11:06:57 +0000 (13:06 +0200)
commitd81972b85738dc54b947f23e1e22bcfe462c8bf4
tree891935850dda8abdd494bd315d0663a852d09a29
parenta48796506d77fc339d186cf2da3d8558097b9f0f
block: remove handling of name property

There is no concept of a "NAME" property within libblkid, the value previously
used was the name parameter of blkid_probe_set_uuid_as() which does not denote
the file system name, but the kind of UUID to store.

Since the value never makes sense, stop using it when reporting block
information.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
block.c