Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359030
b: refs/heads/master
c: 15b4913
h: refs/heads/master
v: v3
  • Loading branch information
Eryu Guan authored and Theodore Ts'o committed Jan 12, 2013
1 parent 37dfda3 commit 22a9c44
Show file tree
Hide file tree
Showing 2 changed files with 4 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: aebf02430d25b6bd2b8542126fdcdb90e75a24b8
refs/heads/master: 15b49132fc972c63894592f218ea5a9a61b1a18f
4 changes: 3 additions & 1 deletion trunk/fs/ext4/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void ext4_validate_block_bitmap(struct super_block *sb,
}

/**
* ext4_read_block_bitmap()
* ext4_read_block_bitmap_nowait()
* @sb: super block
* @block_group: given block group
*
Expand Down Expand Up @@ -457,6 +457,8 @@ ext4_read_block_bitmap(struct super_block *sb, ext4_group_t block_group)
struct buffer_head *bh;

bh = ext4_read_block_bitmap_nowait(sb, block_group);
if (!bh)
return NULL;
if (ext4_wait_block_bitmap(sb, block_group, bh)) {
put_bh(bh);
return NULL;
Expand Down

0 comments on commit 22a9c44

Please sign in to comment.