diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index a27002668bd3..ca9affd676ae 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -323,6 +323,7 @@ config FS_POSIX_ACL | |||
323 | default n | 323 | default n |
324 | 324 | ||
325 | source "fs/xfs/Kconfig" | 325 | source "fs/xfs/Kconfig" |
326 | source "fs/gfs2/Kconfig" | ||
326 | 327 | ||
327 | config OCFS2_FS | 328 | config OCFS2_FS |
328 | tristate "OCFS2 file system support" | 329 | tristate "OCFS2 file system support" |
@@ -1930,6 +1931,7 @@ source "fs/partitions/Kconfig" | |||
1930 | endmenu | 1931 | endmenu |
1931 | 1932 | ||
1932 | source "fs/nls/Kconfig" | 1933 | source "fs/nls/Kconfig" |
1934 | source "fs/dlm/Kconfig" | ||
1933 | 1935 | ||
1934 | endmenu | 1936 | endmenu |
1935 | 1937 | ||