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>
if (pr->label)
printf(" LABEL=\"%s\"", pr->label);
- if (pr->name)
- printf(" NAME=\"%s\"", pr->name);
-
if (pr->version)
printf(" VERSION=\"%s\"", pr->version);