2020-05-01 06:31:10

by Ritesh Harjani

[permalink] [raw]
Subject: [RFC 03/20] ext4: mballoc: Do print bb_free info even when it is 0

Improve the debugging msg by also printing even if bb_free is 0.

Signed-off-by: Ritesh Harjani <[email protected]>
---
fs/ext4/mballoc.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 6bb08bb3c0ce..478b33fb1183 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -4202,8 +4202,6 @@ static void ext4_mb_show_ac(struct ext4_allocation_context *ac)
}
ext4_unlock_group(sb, i);

- if (grp->bb_free == 0)
- continue;
printk(KERN_ERR "%u: %d/%d \n",
i, grp->bb_free, grp->bb_fragments);
}
--
2.21.0