summaryrefslogtreecommitdiffstats
path: root/configs/platform-x86_64
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2021-08-24 21:36:12 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-08-26 09:08:54 +0200
commitfb16d6047817d1abffe1fe9652cfe4ea36ad25e5 (patch)
tree648c5f359851a3956f9e63b57651ff7575d5421b /configs/platform-x86_64
parent9b5584a30194ba8da2031e4cf1f7393499c78429 (diff)
downloadDistroKit-fb16d6047817d1abffe1fe9652cfe4ea36ad25e5.tar.gz
DistroKit-fb16d6047817d1abffe1fe9652cfe4ea36ad25e5.tar.xz
platform-x86_64, v8a, rpi: kernel: disable mandatory file locking
Mandatory File Locking is discouraged by upstream kernel developers. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-x86_64')
-rw-r--r--configs/platform-x86_64/kernelconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-x86_64/kernelconfig b/configs/platform-x86_64/kernelconfig
index 2ff818e..3417405 100644
--- a/configs/platform-x86_64/kernelconfig
+++ b/configs/platform-x86_64/kernelconfig
@@ -3078,7 +3078,7 @@ CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
-CONFIG_MANDATORY_FILE_LOCKING=y
+# CONFIG_MANDATORY_FILE_LOCKING is not set
# CONFIG_FS_ENCRYPTION is not set
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y