hal/hald/linux block_class_device.c,1.77,1.78

Kay Sievers kay at freedesktop.org
Thu Sep 23 23:19:44 PDT 2004


Update of /cvs/hal/hal/hald/linux
In directory gabe:/tmp/cvs-serv24185/hald/linux

Modified Files:
	block_class_device.c 
Log Message:
2004-09-24  Kay Sievers  <kay.sievers at vrfy.org>

        * hald/linux/volume_id/volume_id.c: (probe_lvm2),
        (volume_id_probe): probe for all raid types first, cause
        probes for real filesystems may just be successful on raid
        members



Index: block_class_device.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/block_class_device.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- block_class_device.c	23 Sep 2004 11:06:13 -0000	1.77
+++ block_class_device.c	24 Sep 2004 06:19:42 -0000	1.78
@@ -609,7 +609,7 @@
 
 			if (ioctl (fd, BLKGETSIZE64, &vol_size) == 0) {
 				hal_device_property_set_uint64 (d, "volume.size", vol_size);
-				HAL_INFO (("volume.size = %lld", vol_size));
+				HAL_INFO (("volume.size = %llu", vol_size));
 			}
 
 			close (fd);




More information about the hal-commit mailing list