Re: [PATCH] ext4: Fix journal_ioprio mount option handling

From: Theodore Ts'o
Date: Fri May 13 2022 - 22:57:13 EST


On Mon, 18 Apr 2022 14:05:45 +0530, Ojaswin Mujoo wrote:
> In __ext4_super() we always overwrote the user specified journal_ioprio
> value with a default value, expecting parse_apply_sb_mount_options() to
> later correctly set ctx->journal_ioprio to the user specified value.
> However, if parse_apply_sb_mount_options() returned early because of
> empty sbi->es_s->s_mount_opts, the correct journal_ioprio value was
> never set.
>
> [...]

Applied, thanks!

[1/1] ext4: Fix journal_ioprio mount option handling
commit: 8d7b9890b5d18a593b7c7e10d23513340919b837

Best regards,
--
Theodore Ts'o <tytso@xxxxxxx>