From 4c413a17372429a3fdc4e8e072b87465d8953000 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Mon, 3 Apr 2017 17:11:12 -0400 Subject: [PATCH] enable file locking for LVM --- config/linux.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/linux.config b/config/linux.config index 51164fee..2097f214 100644 --- a/config/linux.config +++ b/config/linux.config @@ -1965,7 +1965,8 @@ CONFIG_FS_MBCACHE=y # CONFIG_FS_DAX is not set # CONFIG_FS_POSIX_ACL is not set # CONFIG_EXPORTFS_BLOCK_OPS is not set -# CONFIG_FILE_LOCKING is not set +CONFIG_FILE_LOCKING=y +CONFIG_MANDATORY_FILE_LOCKING=y # CONFIG_FS_ENCRYPTION is not set # CONFIG_FSNOTIFY is not set # CONFIG_DNOTIFY is not set