summaryrefslogtreecommitdiffstats
path: root/arch/arc/configs/axs103_smp_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2018-11-20 13:30:19 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-08 12:59:10 +0100
commit4e84cccacb1291fedd2518a7e074c3152705fd77 (patch)
treeb5a2b2f56cfe891b1cf8f77fbecf36725ba54b37 /arch/arc/configs/axs103_smp_defconfig
parent41e0254d32bd3f1d74db66d02ee57ab9dce3e474 (diff)
downloadlinux-stable-4e84cccacb1291fedd2518a7e074c3152705fd77.tar.gz
linux-stable-4e84cccacb1291fedd2518a7e074c3152705fd77.tar.bz2
linux-stable-4e84cccacb1291fedd2518a7e074c3152705fd77.zip
arc: [devboards] Add support of NFSv3 ACL
commit 6b04114f6fae5e84d33404c2970b1949c032546e upstream. By default NFSv3 doesn't support ACL (Access Control Lists) which might be quite convenient to have so that mounted NFS behaves exactly as any other local file-system. In particular missing support of ACL makes umask useless. This among other thigs fixes Glibc's "nptl/tst-umask1". Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Cupertino Miranda <cmiranda@synopsys.com> Cc: stable@vger.kernel.org #4.14+ Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arc/configs/axs103_smp_defconfig')
-rw-r--r--arch/arc/configs/axs103_smp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/configs/axs103_smp_defconfig b/arch/arc/configs/axs103_smp_defconfig
index 6b0c0cfd5c30..429832b8560b 100644
--- a/arch/arc/configs/axs103_smp_defconfig
+++ b/arch/arc/configs/axs103_smp_defconfig
@@ -97,6 +97,7 @@ CONFIG_VFAT_FS=y
CONFIG_NTFS_FS=y
CONFIG_TMPFS=y
CONFIG_NFS_FS=y
+CONFIG_NFS_V3_ACL=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set