diff options
author | Mike Marshall <hubcap@omnibond.com> | 2016-03-14 15:39:42 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-03-14 15:39:42 -0400 |
commit | ab6652524aaf834d5dcdb46dd7695813b8d63da5 (patch) | |
tree | bb3876a9b61254be902416f7dbf578deb28e9f22 /fs/Kconfig | |
parent | acfcbaf1925f2dc5c46c61de69d756dec92a2ff8 (diff) | |
parent | b562e44f507e863c6792946e4e1b1449fbbac85d (diff) |
Orangefs: merge to v4.5
Merge tag 'v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into current
Linux 4.5
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 916d8348705b..922893f8ab4a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -50,7 +50,8 @@ config FS_DAX_PMD | |||
50 | bool | 50 | bool |
51 | default FS_DAX | 51 | default FS_DAX |
52 | depends on FS_DAX | 52 | depends on FS_DAX |
53 | depends on BROKEN | 53 | depends on ZONE_DEVICE |
54 | depends on TRANSPARENT_HUGEPAGE | ||
54 | 55 | ||
55 | endif # BLOCK | 56 | endif # BLOCK |
56 | 57 | ||
@@ -73,6 +74,16 @@ config FILE_LOCKING | |||
73 | for filesystems like NFS and for the flock() system | 74 | for filesystems like NFS and for the flock() system |
74 | call. Disabling this option saves about 11k. | 75 | call. Disabling this option saves about 11k. |
75 | 76 | ||
77 | config MANDATORY_FILE_LOCKING | ||
78 | bool "Enable Mandatory file locking" | ||
79 | depends on FILE_LOCKING | ||
80 | default y | ||
81 | help | ||
82 | This option enables files appropriately marked files on appropriely | ||
83 | mounted filesystems to support mandatory locking. | ||
84 | |||
85 | To the best of my knowledge this is dead code that no one cares about. | ||
86 | |||
76 | source "fs/notify/Kconfig" | 87 | source "fs/notify/Kconfig" |
77 | 88 | ||
78 | source "fs/quota/Kconfig" | 89 | source "fs/quota/Kconfig" |