X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2FKconfig;h=949128bf86c95bf23155d1024c258140f213525e;hb=8596e589b787732c8346f0482919e83cc9362db1;hp=a7749c126b8e2eb05bda028d83d2eb9c2aa27257;hpb=936b664fb20895277453c02be4f3a94d6ce2b3c8;p=linux-2.6-microblaze.git diff --git a/fs/Kconfig b/fs/Kconfig index a7749c126b8e..949128bf86c9 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -101,16 +101,6 @@ 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/crypto/Kconfig" source "fs/verity/Kconfig"