search for: d09fe16

Displaying 2 results from an estimated 2 matches for "d09fe16".

2011 Feb 24
4
[PATCH ] Staging: hv: Hyper-V driver cleanup
...; +int stor_vsc_initialize(struct hyperv_driver *driver); +int stor_vsc_on_host_reset(struct hyperv_device *device); +int blk_vsc_initialize(struct hyperv_driver *driver); #endif /* _STORVSC_API_H_ */ diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index a8427ff..d09fe16 100644 --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -42,7 +42,7 @@ struct host_device_context { /* must be 1st field * FIXME this is a bug */ /* point back to our device context */ - struct vm_device *device_ctx; + struct hyperv_device *hyperv_dev; struc...
2011 Feb 24
4
[PATCH ] Staging: hv: Hyper-V driver cleanup
...; +int stor_vsc_initialize(struct hyperv_driver *driver); +int stor_vsc_on_host_reset(struct hyperv_device *device); +int blk_vsc_initialize(struct hyperv_driver *driver); #endif /* _STORVSC_API_H_ */ diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index a8427ff..d09fe16 100644 --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -42,7 +42,7 @@ struct host_device_context { /* must be 1st field * FIXME this is a bug */ /* point back to our device context */ - struct vm_device *device_ctx; + struct hyperv_device *hyperv_dev; struc...