X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2FKconfig;h=2bb1ef86c411a5483087ba106778532dc661a081;hb=72214a24a7677d4c7501eecc9517ed681b5f2db2;hp=6ce72d8d1ee12473bfcb1e550967be2a0a1c8d27;hpb=357436af490a78e4c3c2776c912bae9363d1f00d;p=cascardo%2Flinux.git diff --git a/fs/Kconfig b/fs/Kconfig index 6ce72d8d1ee1..2bb1ef86c411 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -73,6 +73,16 @@ config FILE_LOCKING for filesystems like NFS and for the flock() system call. Disabling this option saves about 11k. +config MANDATORY_FILE_LOCKING + bool "Enable Mandatory file locking" + depends on FILE_LOCKING + default y + help + This option enables files appropriately marked files on appropriely + mounted filesystems to support mandatory locking. + + To the best of my knowledge this is dead code that no one cares about. + source "fs/notify/Kconfig" source "fs/quota/Kconfig"