Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86383
b: refs/heads/master
c: b73fce6
h: refs/heads/master
i:
  86381: ab96850
  86379: 59ca779
  86375: 244bee4
  86367: 651298c
v: v3
  • Loading branch information
Valerie Clement authored and Theodore Ts'o committed Feb 15, 2008
1 parent d9d09eb commit 8a0a875
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: 55bd725aa3a83b3935988f37275b5a80e10d4169
refs/heads/master: b73fce69ecb091a178ef9286027c370a63eb25aa
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ static void ext4_mb_mark_free_simple(struct super_block *sb,
unsigned short chunk;
unsigned short border;

BUG_ON(len >= EXT4_BLOCKS_PER_GROUP(sb));
BUG_ON(len > EXT4_BLOCKS_PER_GROUP(sb));

border = 2 << sb->s_blocksize_bits;

Expand Down

0 comments on commit 8a0a875

Please sign in to comment.