WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Note about when device_find is fixed

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 51fb35494e9b75ca1ffd240fb01822aa0f0e9012
# Parent  c352c388aaecad70730737757533ba9840c0417f
Note about when device_find is fixed
Signed-off-by: Rusty Russel <rusty@xxxxxxxxxxxxxxx>
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r c352c388aaec -r 51fb35494e9b 
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c
--- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c    Tue Jul 26 
17:18:11 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c    Tue Jul 26 
17:18:55 2005
@@ -131,7 +131,7 @@
        return 0;
 }
 
-/* FIXME: device_find seems to be broken. --RR */
+/* FIXME: device_find is fixed in 2.6.13-rc2 according to Greg KH --RR */
 struct xenbus_device *xenbus_device_find(const char *busid)
 {
        struct xb_find_info info = { .dev = NULL, .busid = busid };

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Note about when device_find is fixed, Xen patchbot -unstable <=