[DLM] Consolidate transport protocols
authorPatrick Caulfield <pcaulfie@redhat.com>
Tue, 17 Apr 2007 14:39:57 +0000 (15:39 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 May 2007 08:11:23 +0000 (09:11 +0100)
commit6ed7257b46709e87d79ac2b6b819b7e0c9184998
tree502f68849175f8fb52bb141501df2df9efc8e06c
parentfc7c44f03d95f20b5446d06f5bb9605cddd53203
[DLM] Consolidate transport protocols

This patch consolidates the TCP & SCTP protocols for the DLM into a single file
and makes it switchable at run-time (well, at least before the DLM actually
starts up!)

For RHEL5 this patch requires Neil Horman's patch that expands the in-kernel
socket API but that has already been twice ACKed so it should be OK.

The patch adds a new lowcomms.c file that replaces the existing lowcomms-sctp.c
& lowcomms-tcp.c files.

Signed-off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/Kconfig
fs/dlm/Makefile
fs/dlm/config.c
fs/dlm/config.h
fs/dlm/lowcomms-sctp.c [deleted file]
fs/dlm/lowcomms.c [moved from fs/dlm/lowcomms-tcp.c with 55% similarity]