Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42984
b: refs/heads/master
c: 2823b55
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Dec 7, 2006
1 parent 41c5e62 commit f2d56a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: c56d2561f7189762c4fce854630d4f7f6d64ccee
refs/heads/master: 2823b5535efad71e950ef50c2ce5f9e4dbaedc17
6 changes: 2 additions & 4 deletions trunk/fs/ext3/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1515,10 +1515,8 @@ ext3_fsblk_t ext3_new_blocks(handle_t *handle, struct inode *inode,
if (group_no >= ngroups)
group_no = 0;
gdp = ext3_get_group_desc(sb, group_no, &gdp_bh);
if (!gdp) {
*errp = -EIO;
goto out;
}
if (!gdp)
goto io_error;
free_blocks = le16_to_cpu(gdp->bg_free_blocks_count);
/*
* skip this group if the number of
Expand Down

0 comments on commit f2d56a0

Please sign in to comment.