We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f5ec3 commit 6a0c588Copy full SHA for 6a0c588
fs/ext4/mballoc.c
@@ -5711,7 +5711,7 @@ static void ext4_mb_show_ac(struct ext4_allocation_context *ac)
5711
(unsigned long)ac->ac_b_ex.fe_logical,
5712
(int)ac->ac_criteria);
5713
mb_debug(sb, "%u found", ac->ac_found);
5714
- mb_debug(sb, "used pa: %s, ", ac->ac_pa ? "yes" : "no");
+ mb_debug(sb, "used pa: %s, ", str_yes_no(ac->ac_pa));
5715
if (ac->ac_pa)
5716
mb_debug(sb, "pa_type %s\n", ac->ac_pa->pa_type == MB_GROUP_PA ?
5717
"group pa" : "inode pa");
0 commit comments