summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lock.c
diff options
context:
space:
mode:
authorAdrian Bunk2007-11-03 01:04:30 +0100
committerDavid Teigland2008-01-30 00:16:52 +0100
commite028398da7615dd3a795505ddf7942506bbb49bd (patch)
treefde1547e7113147ff7594e9c15ff71473af63201 /fs/dlm/lock.c
parentdlm: bind connections from known local address when using TCP (diff)
downloadkernel-qcow2-linux-e028398da7615dd3a795505ddf7942506bbb49bd.tar.gz
kernel-qcow2-linux-e028398da7615dd3a795505ddf7942506bbb49bd.tar.xz
kernel-qcow2-linux-e028398da7615dd3a795505ddf7942506bbb49bd.zip
dlm: proper prototypes
This patch adds a proper prototype for some functions in fs/dlm/dlm_internal.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/lock.c')
-rw-r--r--fs/dlm/lock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c
index 3915b8e14146..7bc6ad9299a2 100644
--- a/fs/dlm/lock.c
+++ b/fs/dlm/lock.c
@@ -88,7 +88,6 @@ static void __receive_convert_reply(struct dlm_rsb *r, struct dlm_lkb *lkb,
static int receive_extralen(struct dlm_message *ms);
static void do_purge(struct dlm_ls *ls, int nodeid, int pid);
static void del_timeout(struct dlm_lkb *lkb);
-void dlm_timeout_warn(struct dlm_lkb *lkb);
/*
* Lock compatibilty matrix - thanks Steve