On Tue, Sep 13, 2011 at 10:59:19AM -0700, K. Y. Srinivasan wrote:
Address Greg's VmBus audit comments:
1) Leverage driver_data field in struct hv_vmbus_device_id to
simplify driver code.
2) Make the util driver conform to the Linux Driver Model.
3) Get rid of the ext field in struct hv_device by using the
driver specific data functionality.
4) Implement vmbus specific wrapper functions for setting and getting
driver specific data..
5) Other general cleanup.
I applied 17 of these (i.e. the ones I didn't comment on.)
greg k-h