From fb16d6047817d1abffe1fe9652cfe4ea36ad25e5 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Tue, 24 Aug 2021 21:36:12 +0200 Subject: platform-x86_64, v8a, rpi: kernel: disable mandatory file locking Mandatory File Locking is discouraged by upstream kernel developers. Signed-off-by: Robert Schwebel --- configs/platform-rpi/kernelconfig | 2 +- configs/platform-v8a/kernelconfig | 2 +- configs/platform-x86_64/kernelconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index 9e83eb9..473c491 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -3031,7 +3031,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 diff --git a/configs/platform-v8a/kernelconfig b/configs/platform-v8a/kernelconfig index a91ebd8..d7a0944 100644 --- a/configs/platform-v8a/kernelconfig +++ b/configs/platform-v8a/kernelconfig @@ -6718,7 +6718,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 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 -- cgit v1.2.3