Skip to content
Snippets Groups Projects
Commit b655ad62 authored by Bruce Ashfield's avatar Bruce Ashfield
Browse files

ktypes/standard: disable CONFIG_MANDATORY_FILE_LOCKING

As discussed here: https://lore.kernel.org/lkml/YRcyqbpVqwwq3P6n@casper.infradead.org/

And also disabled by other distros (ref: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1940392

)

There is a push to remove mandatory file locking. By disabling this
option in our kernel types, we'll be prepared for the change.

Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 1af5910d
No related branches found
No related tags found
No related merge requests found
...@@ -1115,3 +1115,5 @@ CONFIG_LIBCRC32C=y ...@@ -1115,3 +1115,5 @@ CONFIG_LIBCRC32C=y
CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_DEFLATE=y
CONFIG_SHMEM=y CONFIG_SHMEM=y
# CONFIG_MANDATORY_FILE_LOCKING is not set
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment