]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ufs: reject multiple conflicting -o ufstype=... on mount
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 17 Jan 2025 05:53:37 +0000 (00:53 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 15 May 2025 02:40:55 +0000 (22:40 -0400)
commit20be746bbc18698a8252f0be4fa7dcfb0ed48f90
treed261a00622222ba9af0ccaa9a16f6e4cdb2816c7
parentf8e77914dac472d6a8a2f4e2d3da67f056581630
ufs: reject multiple conflicting -o ufstype=... on mount

Have ufs_parse_options() refuse to change an already set flavour,
and move the "can't change the flavour" logics on remount there,
while we are at it - the only difference is that flavour is
already set.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/super.c