Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23677
b: refs/heads/master
c: 5daf2cf
h: refs/heads/master
i:
  23675: 412a2c4
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 24, 2006
1 parent 1ac0ee8 commit a3e3d7d
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: 16538c40776b8be6b0f23966e08fdc7b8fff823f
refs/heads/master: 5daf2cf19a7d03843d8d2d1b4aaf5260479cc5a7
2 changes: 1 addition & 1 deletion trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ int bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sect
case 1:
*bmc = 2;
}
if ((*bmc & COUNTER_MAX) == COUNTER_MAX) BUG();
BUG_ON((*bmc & COUNTER_MAX) == COUNTER_MAX);
(*bmc)++;

spin_unlock_irq(&bitmap->lock);
Expand Down

0 comments on commit a3e3d7d

Please sign in to comment.