use util-linux-ng's libblkid instead of libvolume_id
Kay Sievers
kay.sievers at vrfy.org
Thu Mar 26 16:42:48 PDT 2009
On Thu, 2009-03-26 at 16:20 -0700, Dan Nicholson wrote:
> - if (!libhal_changeset_set_property_string (cs, "volume.fstype", type))
> + if (libhal_changeset_set_property_string (cs, "volume.fstype", type))
> libhal_changeset_set_property_string (cs, "volume.fstype", "");
> HAL_DEBUG(("volume.fstype = '%s'", type));
>
> Was this change (dropping the !) intentional? It seems like a typo
> since it has nothing to do with vol_id/blkid.
Yeah, totally right. Thanks! I intended to remove the entire line
with the check, which seems useless code. No idea how I managed
to remove only the '!' :)
Kay
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hal-blkid3.patch
Type: text/x-patch
Size: 12547 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/hal/attachments/20090327/4f04c491/attachment-0001.bin
More information about the hal
mailing list