Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319104
b: refs/heads/master
c: 62a1391
h: refs/heads/master
v: v3
  • Loading branch information
Haibo Liu authored and Theodore Ts'o committed Jul 9, 2012
1 parent 0ed1403 commit 9ea94eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e7bcf8230498b9568e09d74e296e71a01e024006
refs/heads/master: 62a1391ddd6fbe82fc02154dc760bcc5cbc9ef68
1 change: 0 additions & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ static int ext4_mb_get_buddy_page_lock(struct super_block *sb,

block++;
pnum = block / blocks_per_page;
poff = block % blocks_per_page;
page = find_or_create_page(inode->i_mapping, pnum, GFP_NOFS);
if (!page)
return -EIO;
Expand Down

0 comments on commit 9ea94eb

Please sign in to comment.