hal/hald/linux block_class_device.c,1.31,1.32

David Zeuthen david at pdx.freedesktop.org
Sun Jun 20 07:15:04 PDT 2004


Update of /cvs/hal/hal/hald/linux
In directory pdx:/tmp/cvs-serv32082/hald/linux

Modified Files:
	block_class_device.c 
Log Message:
2004-06-20  David Zeuthen  <david at fubar.dk>

	* hald/linux/block_class_device.c (foreach_block_device): Don't
	clear volume.mount_point when learning that the device is
	unmounted.  Seen by Kay Sievers <kay.sievers at vrfy.org>



Index: block_class_device.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/block_class_device.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- block_class_device.c	9 Jun 2004 18:53:58 -0000	1.31
+++ block_class_device.c	20 Jun 2004 14:15:01 -0000	1.32
@@ -1530,7 +1530,6 @@
 					      FALSE);
 		hal_device_property_set_string (d, "volume.mount_point",
 						"");
-		hal_device_property_set_string (d, "volume.fstype", "");
 
 		device_property_atomic_update_end ();
 





More information about the hal-commit mailing list