Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / fs / nfs / super.c
index 09ded7f63acf6ecc7603c2f3852e1de520f55292..2667ab753d42747e0b20cd2cdfcbe0710884afc0 100644 (file)
@@ -1076,7 +1076,7 @@ static void nfs_fill_super(struct super_block *sb, struct nfs_fs_context *ctx)
                sb->s_export_op = &nfs_export_ops;
                break;
        case 4:
-               sb->s_flags |= SB_POSIXACL;
+               sb->s_iflags |= SB_I_NOUMASK;
                sb->s_time_gran = 1;
                sb->s_time_min = S64_MIN;
                sb->s_time_max = S64_MAX;