Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262122
b: refs/heads/master
c: 4740b83
h: refs/heads/master
v: v3
  • Loading branch information
Yongqiang Yang authored and Theodore Ts'o committed Jul 27, 2011
1 parent 134cb8f commit 65aa13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc7365dfe48cb2191f1572bf69e30d3e58716313
refs/heads/master: 4740b830ed5720ade6c780dbf3fdfe9089b3552d
3 changes: 3 additions & 0 deletions trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4691,6 +4691,9 @@ int ext4_group_add_blocks(handle_t *handle, struct super_block *sb,

ext4_debug("Adding block(s) %llu-%llu\n", block, block + count - 1);

if (count == 0)
return 0;

ext4_get_group_no_and_offset(sb, block, &block_group, &bit);
/*
* Check to see if we are freeing blocks across a group
Expand Down

0 comments on commit 65aa13c

Please sign in to comment.