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.