]> err.no Git - util-linux/commit
blkid: set size for non-blkdevs, add blkid_probe_strcpy_uuid()
authorKarel Zak <kzak@redhat.com>
Thu, 22 Jan 2009 00:06:57 +0000 (01:06 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:35:23 +0000 (23:35 +0100)
commitbb6c6673638629ead01c3cbd9bb2837799d1eef2
tree6b25eff1b4ffddc2e2420633ebf7ae5f8265f2e6
parent1fd27cbcbe33e0d69b51da4eaa2a2a5656631865
blkid: set size for non-blkdevs, add blkid_probe_strcpy_uuid()

- fix blkid_probe_set_device() to work for non-blkdevs (e.g. file images),
  in such case we need to set the size of data from stat->st_size

- add blkid_probe_strcpy_uuid() for filesystems where UUID is stored as a string
  (e.g. DDF raid, luks, ...)

Signed-off-by: Karel Zak <kzak@redhat.com>
libs/blkid/src/blkidP.h
libs/blkid/src/probe.c