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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-rpi') 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 -- cgit v1.2.3