Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39376
b: refs/heads/master
c: 5f6e3c8
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 11, 2006
1 parent 51d6e69 commit fa0dd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 76fd020937f2d09f76a4cd8dbae1f3bec640ff0b
refs/heads/master: 5f6e3c836508926e50cebe17ad87f59666a7fb47
2 changes: 1 addition & 1 deletion trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ int bitmap_create(mddev_t *mddev)
int err;
sector_t start;

BUG_ON(sizeof(bitmap_super_t) != 256);
BUILD_BUG_ON(sizeof(bitmap_super_t) != 256);

if (!file && !mddev->bitmap_offset) /* bitmap disabled, nothing to do */
return 0;
Expand Down

0 comments on commit fa0dd89

Please sign in to comment.