Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251708
b: refs/heads/master
c: dc2070a
h: refs/heads/master
v: v3
  • Loading branch information
Shaohua Li authored and Theodore Ts'o committed May 1, 2011
1 parent ade1248 commit 8a3aaba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: d9f34504e6952e909a6932c5b2d1857716606380
refs/heads/master: dc2070a241cf3f86395afe7b969020d99aad8f00
5 changes: 0 additions & 5 deletions trunk/fs/ext4/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,6 @@ static int ext4_has_free_blocks(struct ext4_sb_info *sbi, s64 nblocks)
EXT4_FREEBLOCKS_WATERMARK) {
free_blocks = percpu_counter_sum_positive(fbc);
dirty_blocks = percpu_counter_sum_positive(dbc);
if (dirty_blocks < 0) {
printk(KERN_CRIT "Dirty block accounting "
"went wrong %lld\n",
(long long)dirty_blocks);
}
}
/* Check whether we have space after
* accounting for current dirty blocks & root reserved blocks.
Expand Down

0 comments on commit 8a3aaba

Please sign in to comment.