hal ChangeLog,1.352,1.353

David Zeuthen david at freedesktop.org
Fri Oct 15 13:39:53 PDT 2004


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv12391

Modified Files:
	ChangeLog 
Log Message:
2004-10-15  David Zeuthen  <davidz at redhat.com>

	* hald/linux/block_class_device.c (detect_media): Fixup reuse
	of file descriptors since we want O_NONBLOCK for polling and we
	don't want to reuse that for probing the media (see below(
	
	* hald/linux/volume_id/volume_id.c (volume_id_open_node): Never
	use O_NONBLOCK since new kernel semantics can and will return
	EAGAIN aka EWOULDBLOCK (see RH bug 135886).



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -d -r1.352 -r1.353
--- ChangeLog	15 Oct 2004 00:45:52 -0000	1.352
+++ ChangeLog	15 Oct 2004 20:39:51 -0000	1.353
@@ -1,3 +1,13 @@
+2004-10-15  David Zeuthen  <davidz at redhat.com>
+
+	* hald/linux/block_class_device.c (detect_media): Fixup reuse
+	of file descriptors since we want O_NONBLOCK for polling and we
+	don't want to reuse that for probing the media (see below(
+	
+	* hald/linux/volume_id/volume_id.c (volume_id_open_node): Never
+	use O_NONBLOCK since new kernel semantics can and will return
+	EAGAIN aka EWOULDBLOCK (see RH bug 135886).
+
 2004-10-14  David Zeuthen  <davidz at redhat.com>
 
 	* tools/fstab-sync.c (main): clean wasn't being called on hald startup




More information about the hal-commit mailing list