diff options
author | Kurt Hackel <kurt.hackel@oracle.com> | 2005-12-15 17:31:23 -0500 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2006-01-03 14:45:46 -0500 |
commit | 0c83ed8eeb28a045cdbd0b216679938aa9e665fe (patch) | |
tree | 9b1a839e79acf504854b6efa956fd0a44c216ada /fs/ocfs2/cluster/Makefile | |
parent | 52fd3d6fea441835fe3a35b7280e5e128bdeca9b (diff) |
[PATCH] OCFS2: The Second Oracle Cluster Filesystem
A simple node information service, filled and updated from
userspace. The rest of the stack queries this service for simple node
information.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Diffstat (limited to 'fs/ocfs2/cluster/Makefile')
-rw-r--r-- | fs/ocfs2/cluster/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ocfs2/cluster/Makefile b/fs/ocfs2/cluster/Makefile new file mode 100644 index 000000000000..cdd162f13650 --- /dev/null +++ b/fs/ocfs2/cluster/Makefile | |||
@@ -0,0 +1,4 @@ | |||
1 | obj-$(CONFIG_OCFS2_FS) += ocfs2_nodemanager.o | ||
2 | |||
3 | ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \ | ||
4 | quorum.o tcp.o ver.o | ||