Staging: hv: Move the sector size check into blkvsc_drv_init
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c1c809b5d9
commit
3e3264996f
@ -822,6 +822,8 @@ static int blkvsc_drv_init(void)
|
||||
struct hv_driver *drv = &blkvsc_drv.base;
|
||||
int ret;
|
||||
|
||||
BUILD_BUG_ON(sizeof(sector_t) != 8);
|
||||
|
||||
storvsc_drv->ring_buffer_size = blkvsc_ringbuffer_size;
|
||||
|
||||
memcpy(&drv->dev_type, &dev_type, sizeof(struct hv_guid));
|
||||
@ -1046,8 +1048,6 @@ static int __init blkvsc_init(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
BUILD_BUG_ON(sizeof(sector_t) != 8);
|
||||
|
||||
ret = blkvsc_drv_init();
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user