linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem with data=ordered ext4 mount option in linux-next
@ 2021-12-17 15:11 Heiner Kallweit
  2021-12-17 15:24 ` Lukas Czerner
  0 siblings, 1 reply; 8+ messages in thread
From: Heiner Kallweit @ 2021-12-17 15:11 UTC (permalink / raw)
  To: Lukas Czerner, linux-ext4, linux-fsdevel

On linux-next systemd-remount-fs complains about an invalid mount option
here, resulting in a r/o root fs. After playing with the mount options
it turned out that data=ordered causes the problem. linux-next from Dec
1st was ok, so it seems to be related to the new mount API patches.

At a first glance I saw no obvious problem, the following looks good.
Maybe you have an idea where to look ..

static const struct constant_table ext4_param_data[] = {
	{"journal",	EXT4_MOUNT_JOURNAL_DATA},
	{"ordered",	EXT4_MOUNT_ORDERED_DATA},
	{"writeback",	EXT4_MOUNT_WRITEBACK_DATA},
	{}
};

	fsparam_enum	("data",		Opt_data, ext4_param_data),



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-26 20:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-17 15:11 Problem with data=ordered ext4 mount option in linux-next Heiner Kallweit
2021-12-17 15:24 ` Lukas Czerner
2021-12-17 15:34   ` Heiner Kallweit
2021-12-17 17:02     ` Heiner Kallweit
2021-12-17 18:26       ` Heiner Kallweit
2021-12-20 11:12         ` Lukas Czerner
2021-12-25 20:11           ` Sedat Dilek
2021-12-26 20:01             ` Lukas Czerner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).