From: K. Y. Srinivasan Date: Tue, 13 Sep 2011 17:59:48 +0000 (-0700) Subject: Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_device X-Git-Tag: v3.2-rc1~169^2^2~518 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd654ea1cc72aed95e871971d87c4a988924fdda;p=pandora-kernel.git Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_device Now, eliminate the usage of ext field in struct hv_device for storvsc driver. We do this by registering pointer to struct storvsc_device as the driver specific data and eliminating the current usage of driver specific data to save and retrieve the pointer to struct Scsi_Host. Additionally, all access to the driver specific data is through the vmbus wrapper functions. Note that function to allocate the host gives us a reference on the host object. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed