Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249571
b: refs/heads/master
c: 3e32649
h: refs/heads/master
i:
  249569: 08618ac
  249567: a849cd7
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 878e4b1 commit 2c147bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1c809b5d9e18f38d083393976e448f3beaaa421
refs/heads/master: 3e3264996f313036df518560b58f909d269ff069
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2c147bd

Please sign in to comment.