Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273161
b: refs/heads/master
c: 0a10da7
h: refs/heads/master
i:
  273159: 61659c3
v: v3
  • Loading branch information
Robin Dong authored and Theodore Ts'o committed Oct 26, 2011
1 parent 209ec01 commit 5bf5a72
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: b051d8dc4e1f011e1b0543a875f5861be5d90222
refs/heads/master: 0a10da73e1fa6fb9b45f1166011ff3b04c27c010
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ static int __mb_check_buddy(struct ext4_buddy *e4b, char *file,
continue;
}

/* both bits in buddy2 must be 0 */
/* both bits in buddy2 must be 1 */
MB_CHECK_ASSERT(mb_test_bit(i << 1, buddy2));
MB_CHECK_ASSERT(mb_test_bit((i << 1) + 1, buddy2));

Expand Down

0 comments on commit 5bf5a72

Please sign in to comment.