[Sheepdog] [PATCH] make cpg_event_fn and cpg_event_done static
FUJITA Tomonori
fujita.tomonori at lab.ntt.co.jp
Thu Apr 22 02:21:57 CEST 2010
Signed-off-by: FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp>
---
collie/group.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/collie/group.c b/collie/group.c
index ce8ad53..b6cb633 100644
--- a/collie/group.c
+++ b/collie/group.c
@@ -1117,7 +1117,7 @@ static void cpg_event_free(struct cpg_event *cevent)
static struct work cpg_event_work;
-void cpg_event_fn(struct work *w, int idx)
+static void cpg_event_fn(struct work *w, int idx)
{
struct cpg_event *cevent = sys->cur_cevent;
@@ -1142,7 +1142,7 @@ void cpg_event_fn(struct work *w, int idx)
}
}
-void cpg_event_done(struct work *w, int idx)
+static void cpg_event_done(struct work *w, int idx)
{
struct cpg_event *cevent;
--
1.6.5
More information about the sheepdog
mailing list