Bugzilla – Attachment 61679 Details for
Bug 140453
fault in sysfs_release in kernel-xen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
fixing a possible reason
xenlinux-dev-attr.patch (text/plain), 1014 bytes, created by
Jan Beulich
on 2005-12-22 09:56:22 UTC
(
hide
)
Description:
fixing a possible reason
Filename:
MIME Type:
Creator:
Jan Beulich
Created:
2005-12-22 09:56:22 UTC
Size:
1014 bytes
patch
obsolete
>Index: 2005-12-16/drivers/xen/blkback/xenbus.c >=================================================================== >--- 2005-12-16.orig/drivers/xen/blkback/xenbus.c 2005-12-16 15:38:28.000000000 +0100 >+++ 2005-12-16/drivers/xen/blkback/xenbus.c 2005-12-20 14:09:40.516755088 +0100 >@@ -61,7 +61,8 @@ void update_blkif_status(blkif_t *blkif) > } > > >-static ssize_t show_physical_device(struct device *_dev, char *buf) >+static ssize_t show_physical_device(struct device *_dev, >+ struct device_attribute *attr, char *buf) > { > struct xenbus_device *dev = to_xenbus_device(_dev); > struct backend_info *be = dev->data; >@@ -71,7 +72,8 @@ DEVICE_ATTR(physical_device, S_IRUSR | S > show_physical_device, NULL); > > >-static ssize_t show_mode(struct device *_dev, char *buf) >+static ssize_t show_mode(struct device *_dev, >+ struct device_attribute *attr, char *buf) > { > struct xenbus_device *dev = to_xenbus_device(_dev); > struct backend_info *be = dev->data;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 140453
: 61679