[PATCH] OCFS2: The Second Oracle Cluster Filesystem
commit98211489d4147e41b11703e4245846d60b3acce4
authorZach Brown <zach.brown@oracle.com>
Thu, 15 Dec 2005 22:31:23 +0000 (15 14:31 -0800)
committerJoel Becker <joel.becker@oracle.com>
Tue, 3 Jan 2006 19:45:46 +0000 (3 11:45 -0800)
treef3c9c6b8df5bb001db79bc6314d8cbb5e127b45b
parenta7f6a5fb4bde142b622706e2006ba33f793e13ed
[PATCH] OCFS2: The Second Oracle Cluster Filesystem

Node messaging via tcp. Used by the dlm and the file system for point
to point communication between nodes.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
fs/ocfs2/cluster/quorum.c [new file with mode: 0644]
fs/ocfs2/cluster/quorum.h [new file with mode: 0644]
fs/ocfs2/cluster/sys.c [new file with mode: 0644]
fs/ocfs2/cluster/sys.h [new file with mode: 0644]
fs/ocfs2/cluster/tcp.c [new file with mode: 0644]
fs/ocfs2/cluster/tcp.h [new file with mode: 0644]
fs/ocfs2/cluster/tcp_internal.h [new file with mode: 0644]