diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2005-12-15 14:31:24 -0800 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2006-01-03 11:45:48 -0800 |
commit | b4e40a51881931bfcbc78a585e875bb2784d6d10 (patch) | |
tree | a874485dafacc0896c3b355efa079f7e93a450fd /fs/Makefile | |
parent | ccd979bdbce9fba8412beb3f1de68a9d0171b12c (diff) | |
download | op-kernel-dev-b4e40a51881931bfcbc78a585e875bb2784d6d10.zip op-kernel-dev-b4e40a51881931bfcbc78a585e875bb2784d6d10.tar.gz |
[PATCH] OCFS2: The Second Oracle Cluster Filesystem
Link the code into the kernel build system. OCFS2 is marked as
experimental.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index ff3d48a..7367611 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -102,3 +102,4 @@ obj-$(CONFIG_HOSTFS) += hostfs/ obj-$(CONFIG_HPPFS) += hppfs/ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_CONFIGFS_FS) += configfs/ +obj-$(CONFIG_OCFS2_FS) += ocfs2/ |