Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42913
b: refs/heads/master
c: 341cee4
h: refs/heads/master
i:
  42911: 04ce238
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Dec 7, 2006
1 parent e746d27 commit 81850ac
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: b78a657f0a64134b3813bbdf4e1853d1420eb8d4
refs/heads/master: 341cee438593ff9c4520fb73c561460074f29a9a
6 changes: 2 additions & 4 deletions trunk/fs/ext4/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1529,10 +1529,8 @@ ext4_fsblk_t ext4_new_blocks(handle_t *handle, struct inode *inode,
if (group_no >= ngroups)
group_no = 0;
gdp = ext4_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 81850ac

Please sign in to comment.