diff --git a/[refs] b/[refs] index 1c21188ed8f4..92cedb31f184 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fba7b940194465ac7a8f0cdf793959fb5fbb8834 +refs/heads/master: f7825dcf8c7301cfd3724eb40c5b443cc85ab7b8 diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index ef78e3a42d32..bec8afa5704d 100644 --- a/trunk/fs/Kconfig +++ b/trunk/fs/Kconfig @@ -323,6 +323,7 @@ config FS_POSIX_ACL default n source "fs/xfs/Kconfig" +source "fs/gfs2/Kconfig" config OCFS2_FS tristate "OCFS2 file system support (EXPERIMENTAL)" diff --git a/trunk/fs/Makefile b/trunk/fs/Makefile index 1db711319c80..0922727732c5 100644 --- a/trunk/fs/Makefile +++ b/trunk/fs/Makefile @@ -103,3 +103,4 @@ obj-$(CONFIG_HPPFS) += hppfs/ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_CONFIGFS_FS) += configfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ +obj-$(CONFIG_GFS2_FS) += gfs2/