From 8a3aaba78ea45f1a0261ff962d459bdf9cba8334 Mon Sep 17 00:00:00 2001 From: Shaohua Li Date: Sun, 1 May 2011 18:11:18 -0400 Subject: [PATCH] --- yaml --- r: 251708 b: refs/heads/master c: dc2070a241cf3f86395afe7b969020d99aad8f00 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/balloc.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index a1f51e8dc263..1f36599be431 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9f34504e6952e909a6932c5b2d1857716606380 +refs/heads/master: dc2070a241cf3f86395afe7b969020d99aad8f00 diff --git a/trunk/fs/ext4/balloc.c b/trunk/fs/ext4/balloc.c index 1c67139ad4b4..9c6cd51c09e3 100644 --- a/trunk/fs/ext4/balloc.c +++ b/trunk/fs/ext4/balloc.c @@ -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.