On Mon, Apr 29, 2019 at 01:31:58PM -0400, Debabrata Banerjee wrote: > Fixes: > commit 1e381f60dad9 ("ext4: do not allow journal_opts for fs w/o journal") > > Instead of removing EXT4_MOUNT_JOURNAL_CHECKSUM from s_def_mount_opt as > I assume was intended, all other options were blown away leading to > _ext4_show_options() output being incorrect. > > Signed-off-by: Debabrata Banerjee <dbanerje@xxxxxxxxxx> Thanks, applied. Note that the Fixes line should like this: Fixes: 1e381f60dad9 ("ext4: do not allow journal_opts for fs w/o journal") ... and be placed along with the Signed-off-by: headers. - Ted