From: Greg Kroah-Hartman Date: Tue, 14 Jul 2009 17:24:38 +0000 (-0700) Subject: Staging: hv: make the Hyper-V virtual block driver build X-Git-Tag: v2.6.32-rc1~668^2~483 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fce4c2f491cc1a579cac28b67208600cfff6d38;p=pandora-kernel.git Staging: hv: make the Hyper-V virtual block driver build The #define KERNEL_2_6_27 needs to be set, and I adjusted the include directories a bit to get things to build properly. I also fixed up the direct access of bus_id, as that field is now gone. Lots of block api changes were needed, and I don't think I got it all correct. It would be great of someone who knows the block api better could review it. The hv_blkvsc code should now build, with no errors. Cc: Hank Janssen Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed