Re: [PATCH] ext4: bad mount opts in no journal mode

2019-04-29 Thread Jan Kara
On Thu 11-04-19 17:49:17, 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 >

Re: [PATCH] ext4: bad mount opts in no journal mode

2019-04-23 Thread Banerjee, Debabrata
ping? On 4/11/19, 5:49 PM, "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

[PATCH] ext4: bad mount opts in no journal mode

2019-04-11 Thread Debabrata Banerjee
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. I don't see why this or other