hal/fdi/policy/10osvendor 10-storage-policy.fdi,1.5,1.6

David Zeuthen david at freedesktop.org
Mon May 23 07:06:29 PDT 2005


Update of /cvs/hal/hal/fdi/policy/10osvendor
In directory gabe:/tmp/cvs-serv8049/fdi/policy/10osvendor

Modified Files:
	10-storage-policy.fdi 
Log Message:
2005-05-23  David Zeuthen  <davidz at redhat.com>

	* fdi/policy/10osvendor/10-storage-policy.fdi: Never ever use
	sync as it reduces performance and makes people believe that
	it wears out their drives (RH bug #157674)

	* examples/locking.py: Fixup this a little bit

	* tools/fstab-sync.8.in: Update the man page to reflect latest
	changes.

	* hald/hald_dbus.c (device_lock): Fix a doublefree when acquiring
	lock (RH bug #158474)



Index: 10-storage-policy.fdi
===================================================================
RCS file: /cvs/hal/hal/fdi/policy/10osvendor/10-storage-policy.fdi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- 10-storage-policy.fdi	9 May 2005 14:34:59 -0000	1.5
+++ 10-storage-policy.fdi	23 May 2005 14:06:27 -0000	1.6
@@ -131,19 +131,6 @@
 	    </match>
 	  </match>
 	  
-	  <!-- Use noatime and sync options for all hotpluggable or removable
-	       volumes smaller than 2GB -->
-	  <match key="volume.size" compare_lt="2147483648">
-	    <match key="@block.storage_device:storage.hotpluggable" bool="true">
-	      <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
-	      <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
-	    </match>
-	    <match key="@block.storage_device:storage.removable" bool="true">
-	      <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
-	      <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
-	    </match>
-	  </match>
-	  
 	  <!-- Attempt mount point 'ipod' for iPod's -->
 	  <match key="@block.storage_device:portable_audio_player.type" string="ipod">
 	    <merge key="volume.policy.desired_mount_point" type="string">ipod</merge>




More information about the hal-commit mailing list