Commit e09a335a authored by Al Viro's avatar Al Viro
Browse files

fix the regression in ufs options parsing



A really dumb braino on rebasing and a dumber fuckup with managing #for-next

Fixes: b70cb459 ("ufs: convert ufs to the new mount API")
Fucked-up-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 89be9a83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ static int ufs_parse_param(struct fs_context *fc, struct fs_parameter *param)
			pr_err("ufstype can't be changed during remount\n");
			return -EINVAL;
		}
                if (!ctx->flavour) {
                if (ctx->flavour) {
			pr_err("conflicting ufstype options\n");
			return -EINVAL;
		}