aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index d311198bba43..c968b9c7e581 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -323,6 +323,7 @@ config FS_POSIX_ACL
323 default n 323 default n
324 324
325source "fs/xfs/Kconfig" 325source "fs/xfs/Kconfig"
326source "fs/gfs2/Kconfig"
326 327
327config OCFS2_FS 328config OCFS2_FS
328 tristate "OCFS2 file system support" 329 tristate "OCFS2 file system support"
@@ -1949,6 +1950,7 @@ source "fs/partitions/Kconfig"
1949endmenu 1950endmenu
1950 1951
1951source "fs/nls/Kconfig" 1952source "fs/nls/Kconfig"
1953source "fs/dlm/Kconfig"
1952 1954
1953endmenu 1955endmenu
1954 1956