[DLM] Add support for tcp communications
authorPatrick Caulfield <pcaulfie@redhat.com>
Thu, 2 Nov 2006 16:19:21 +0000 (11:19 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:35:00 +0000 (10:35 -0500)
commitfdda387f73947e6ae511ec601f5b3c6fbb582aac
tree77ba5e6a34c801fbf25fd31224fc64b84ca5403d
parent61057c6bb3a3d14cf2bea6ca20dc6d367e1d852e
[DLM] Add support for tcp communications

The following patch adds a TCP based communications layer
to the DLM which is compile time selectable. The existing SCTP
layer gives the advantage of allowing multihoming, whereas
the TCP layer has been heavily tested in previous versions of
the DLM and is known to be robust and therefore can be used as
a baseline for performance testing.

Signed-off-by: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/Kconfig
fs/dlm/Makefile
fs/dlm/lowcomms-sctp.c [new file with mode: 0644]
fs/dlm/lowcomms-tcp.c [new file with mode: 0644]
fs/dlm/lowcomms.c [deleted file]