Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pull-ufs-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull ufs fix from Al Viro:
"Fix regression in ufs options parsing"

* tag 'pull-ufs-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
fix the regression in ufs options parsing

+1 -1
+1 -1
fs/ufs/super.c
··· 397 397 pr_err("ufstype can't be changed during remount\n"); 398 398 return -EINVAL; 399 399 } 400 - if (!ctx->flavour) { 400 + if (ctx->flavour) { 401 401 pr_err("conflicting ufstype options\n"); 402 402 return -EINVAL; 403 403 }