Unverified Commit d72146e8 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!14025 ext4: show the default enabled prefetch_block_bitmaps option

parents 3b393e43 b01be554
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3155,6 +3155,9 @@ static int _ext4_show_options(struct seq_file *seq, struct super_block *sb,
		SEQ_OPTS_PUTS("mb_optimize_scan=1");
	}

	if (nodefs && !test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS))
		SEQ_OPTS_PUTS("prefetch_block_bitmaps");

	ext4_show_quota_options(seq, sb);
	return 0;
}